Home
last modified time | relevance | path

Searched refs:testmode (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/makefs/
HDcd9660.c263 char testmode, char * dest) in cd9660_arguments_set_string() argument
270 if (testmode == 'd') in cd9660_arguments_set_string()
281 "%c-characters", fieldtitle, testmode); in cd9660_arguments_set_string()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-sriox-defs.h2251 uint64_t testmode : 1; /**< Controller X test mode (keep as RSVD in HRM) */ member
2277 uint64_t testmode : 1;
2283 uint64_t testmode : 1; /**< Controller X test mode (keep as RSVD in HRM) */ member
2305 uint64_t testmode : 1;
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdserv.c97 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
143 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
145 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
146 if (nfsmode & testmode) { in nfsrvd_access()
147 supported |= (nfsmode & testmode); in nfsrvd_access()
150 nfsmode &= ~testmode; in nfsrvd_access()