Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/libmilter/
H A Dengine.c849 bool testmode = false; local
1004 testmode = bitset(SMFIP_TEST, m_pflags);
1005 if (testmode)
1144 , (long) ctx->ctx_id, testmode
1148 if (!testmode)
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-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;
/freebsd-13.1/usr.sbin/makefs/
H A Dcd9660.c332 char testmode, char * dest) in cd9660_arguments_set_string() argument
339 if (testmode == 'd') in cd9660_arguments_set_string()
350 "%c-characters", fieldtitle, testmode); in cd9660_arguments_set_string()
/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c136 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
202 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
204 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
205 if (nfsmode & testmode) { in nfsrvd_access()
206 supported |= (nfsmode & testmode); in nfsrvd_access()
209 nfsmode &= ~testmode; in nfsrvd_access()