/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_agp.c | 145 bool is_v3; local in function:radeon_agp_init 178 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); 180 if (is_v3) { 206 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || 207 (radeon_agpmode > (is_v3 ? 8 : 4)) || 210 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", 221 if (is_v3) {
|
radeon_agp.c | 145 bool is_v3; local in function:radeon_agp_init 178 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); 180 if (is_v3) { 206 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || 207 (radeon_agpmode > (is_v3 ? 8 : 4)) || 210 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", 221 if (is_v3) {
|
radeon_agp.c | 145 bool is_v3; local in function:radeon_agp_init 178 is_v3 = !!(agp_status & RADEON_AGPv3_MODE); 180 if (is_v3) { 206 if ((radeon_agpmode < (is_v3 ? 4 : 1)) || 207 (radeon_agpmode > (is_v3 ? 8 : 4)) || 210 radeon_agpmode, is_v3 ? "4, 8" : "1, 2, 4", 221 if (is_v3) {
|
/src/sys/fs/nfs/nlm/ |
nlm_advlock.c | 219 int is_v3; local in function:nlm_advlock_internal 233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); 235 if (is_v3 != 0)
|
nlm_advlock.c | 219 int is_v3; local in function:nlm_advlock_internal 233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); 235 if (is_v3 != 0)
|
nlm_advlock.c | 219 int is_v3; local in function:nlm_advlock_internal 233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); 235 if (is_v3 != 0)
|