Searched defs:test_mode (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcpr_impl.h120 int test_mode; /* 0x40 */ member in struct:cpr_sun4u_machdep
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c65 static int test_mode(const char*);
348 return(test_mode(arg)&S_ISUID);
350 return(test_mode(arg)&S_ISGID);
353 return(test_mode(arg)&S_ISVTX);
550 * The static buffer statb is shared with test_mode.
641 static int test_mode(register const char *file) function
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c350 test_mode[MISC_SIZE], test_acl[ACL_SIZE], local
373 parse_line(test_line, test_fname, test_type, test_size, test_mode,
393 if ((flags & ATTR_MODE) && (strcmp(ctrl_mode, test_mode) != 0)) {
395 test_mode, prog_fmt);
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c103 int test_mode = 0; /* should be 0 in production version. */ variable
416 if ((recheck_of_tags) || (test_mode))
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h303 uint16_t test_mode:3; member in struct:_mii_gcr::__anon8467
317 uint16_t test_mode:3;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h886 u32_t test_mode; member in struct:_lm_params_t
4055 if((_pdev)->params.test_mode & TEST_MODE_LOG_REG_ACCESS) \
4061 if((_pdev)->params.test_mode & TEST_MODE_LOG_REG_ACCESS) \

Completed in 71 milliseconds