Home
last modified time | relevance | path

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

/netbsd/usr.sbin/grfconfig/
H A Dgrfconfig.c84 char rawdata = 0, testmode = 0; in main() local
99 testmode = 1; in main()
286 if (testmode == 1) { in main()
/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h1178 extern int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode);
1194 int testmode) in dwc2_hsotg_set_test_mode() argument
/netbsd/usr.sbin/makefs/
H A Dcd9660.c344 size_t length, char testmode, char * dest) in cd9660_arguments_set_string() argument
352 if (testmode == 'd') in cd9660_arguments_set_string()
363 "%c-characters", fieldtitle, testmode); in cd9660_arguments_set_string()
/netbsd/sys/nfs/
H A Dnfs_serv.c178 u_long inmode, testmode, outmode; in nfsrv3_access() local
196 testmode = inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND); in nfsrv3_access()
197 if (testmode && in nfsrv3_access()
199 outmode |= testmode; in nfsrv3_access()
204 testmode = inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND | in nfsrv3_access()
206 if (testmode && in nfsrv3_access()
208 outmode |= testmode; in nfsrv3_access()
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c99 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
145 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
147 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
148 if (nfsmode & testmode) { in nfsrvd_access()
149 supported |= (nfsmode & testmode); in nfsrvd_access()
152 nfsmode &= ~testmode; in nfsrvd_access()