/src/usr.sbin/grfconfig/ |
grfconfig.c | 84 char rawdata = 0, testmode = 0; local in function:main 99 testmode = 1; 286 if (testmode == 1) {
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.h | 681 * @debug_testmode: Testmode status file for debugfs. 1178 extern int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode); 1194 int testmode)
|
/src/sys/nfs/ |
nfs_serv.c | 178 u_long inmode, testmode, outmode; local in function:nfsrv3_access 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;
|
/src/usr.sbin/makefs/ |
cd9660.c | 344 size_t length, char testmode, char * dest) 352 if (testmode == 'd') 363 "%c-characters", fieldtitle, testmode);
|
/src/sys/fs/nfs/server/ |
nfs_nfsdserv.c | 99 u_int32_t testmode, nfsmode, supported = 0; local in function:nfsrvd_access 145 testmode = NFSACCESS_LOOKUP; 147 testmode = NFSACCESS_EXECUTE; 148 if (nfsmode & testmode) { 149 supported |= (nfsmode & testmode); 152 nfsmode &= ~testmode;
|