HomeSort by: relevance | last modified time | path
    Searched defs:is_v3 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_agp.c 145 bool is_v3; local
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
233 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo);
235 if (is_v3 != 0)
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 3009 bool is_v3; local
3029 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z';
3031 if (!(is_destructor || is_full_physname_constructor || is_v3))
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 3009 bool is_v3; local
3029 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z';
3031 if (!(is_destructor || is_full_physname_constructor || is_v3))
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 5018 int is_v3 = 0;
5082 is_v3 = 1;
5138 else if (is_v3)
5012 int is_v3 = 0; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 5021 int is_v3 = 0;
5085 is_v3 = 1;
5141 else if (is_v3)
5015 int is_v3 = 0; local

Completed in 38 milliseconds