Searched refs:is_v3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_agp.c139 bool is_v3; local
172 is_v3 = !!(agp_status & RADEON_AGPv3_MODE);
174 if (is_v3) {
200 if ((radeon_agpmode < (is_v3 ? 4 : 1)) ||
201 (radeon_agpmode > (is_v3 ? 8 : 4)) ||
204 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4",
215 if (is_v3) {
/freebsd-10-stable/sys/nlm/
H A Dnlm_advlock.c217 int is_v3; local
231 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo);
233 if (is_v3 != 0)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dstabsread.c2442 int is_v3 = 0;
2508 is_v3 = 1;
2566 else if (is_v3)
2436 int is_v3 = 0; local
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c2822 bfd_boolean is_v3; local
2842 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z';
2844 if (is_destructor || is_full_physname_constructor || is_v3)

Completed in 133 milliseconds