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

/netbsd-current/usr.sbin/grfconfig/
H A Dgrfconfig.c84 char rawdata = 0, testmode = 0; local
99 testmode = 1;
286 if (testmode == 1) {
/netbsd-current/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)
1193 dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode) argument
/netbsd-current/sys/nfs/
H A Dnfs_serv.c178 u_long inmode, testmode, outmode; local
196 testmode = inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND);
197 if (testmode &&
199 outmode |= testmode;
204 testmode = inmode & (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND |
206 if (testmode &&
208 outmode |= testmode;
/netbsd-current/usr.sbin/makefs/
H A Dcd9660.c344 size_t length, char testmode, char * dest)
352 if (testmode == 'd')
363 "%c-characters", fieldtitle, testmode);
343 cd9660_arguments_set_string(const char *val, const char *fieldtitle, size_t length, char testmode, char * dest) argument
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c99 u_int32_t testmode, nfsmode, supported = 0; local
145 testmode = NFSACCESS_LOOKUP;
147 testmode = NFSACCESS_EXECUTE;
148 if (nfsmode & testmode) {
149 supported |= (nfsmode & testmode);
152 nfsmode &= ~testmode;

Completed in 573 milliseconds