/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 65 static int test_mode(const char*); 348 return(test_mode(arg)&S_ISUID); in test_unop() 350 return(test_mode(arg)&S_ISGID); in test_unop() 353 return(test_mode(arg)&S_ISVTX); in test_unop() 641 static int test_mode(register const char *file) in test_mode() function
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_mcp.c | 346 if GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP) in lm_send_driver_pulse() 353 if (GET_FLAGS(pdev->params.test_mode, TEST_MODE_DRIVER_PULSE_ALWAYS_ALIVE) in lm_send_driver_pulse() 393 if GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP) in lm_driver_pulse_always_alive() 532 #define IS_MCP_ON(_pdev) ( TEST_MODE_NO_MCP != GET_FLAGS(_pdev->params.test_mode, TEST_MODE_NO_MCP … 769 if( 0 != GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP ) ) in lm_mcp_cmd_init() 901 if( 0 != GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP ) ) in lm_mcp_cmd_send()
|
H A D | lm_hw_init_reset.c | 934 if (GET_FLAGS( pdev->params.test_mode, TEST_MODE_NO_MCP)) in lm_reset_device_if_undi_active() 1914 if (TEST_MODE_NO_MCP == GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP)) in lm_chip_reset() 2160 if (GET_FLAGS( pdev->params.test_mode, TEST_MODE_NO_MCP)) in lm_setup_read_mgmt_stats_ptr() 3980 if (GET_FLAGS( pdev->params.test_mode, TEST_MODE_NO_MCP)) in lm_init_intmem_port() 4241 if (!CHIP_IS_E1x(pdev) && GET_FLAGS( pdev->params.test_mode, TEST_MODE_NO_MCP)) in init_common_part() 4393 if (!GET_FLAGS( pdev->params.test_mode, TEST_MODE_NO_MCP)) in init_port_part()
|
H A D | lm_devinfo.c | 2934 { _OFFSET(test_mode), 0, 0, 0, 0, 0 }, in lm_init_params() 3336 pdev->params.test_mode |= TEST_MODE_IGNORE_SHMEM_SIGNATURE; in lm_init_params() 3337 pdev->params.test_mode |= TEST_MODE_LOG_REG_ACCESS; in lm_init_params() 3339 DbgMessage(pdev, INFORMi , "test mode is 0x%x \n",pdev->params.test_mode); in lm_init_params() 3347 pdev->params.test_mode |= TEST_MODE_NO_MCP; in lm_init_params()
|
H A D | lm_stats.c | 3027 if ( GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP ) ) in lm_stats_mgmt_assign_func() 3211 if (GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP )) in lm_stats_mgmt_read_func_base() 3601 if ( GET_FLAGS(pdev->params.test_mode, TEST_MODE_NO_MCP ) ) in lm_stats_mgmt_assign()
|
H A D | lm_pf.c | 374 if (GET_FLAGS( pf_dev->params.test_mode, TEST_MODE_NO_MCP)){
|
/titanic_41/usr/src/cmd/bart/ |
H A D | compare.c | 350 test_mode[MISC_SIZE], test_acl[ACL_SIZE], in evaluate_differences() local 373 parse_line(test_line, test_fname, test_type, test_size, test_mode, in evaluate_differences() 393 if ((flags & ATTR_MODE) && (strcmp(ctrl_mode, test_mode) != 0)) { in evaluate_differences() 395 test_mode, prog_fmt); in evaluate_differences()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | cpr_impl.h | 120 int test_mode; /* 0x40 */ member
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_mii.h | 303 uint16_t test_mode:3; member 317 uint16_t test_mode:3;
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_Lxcache.h | 201 extern int test_mode;
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_Lxcacheerr.c | 103 int test_mode = 0; /* should be 0 in production version. */ variable 416 if ((recheck_of_tags) || (test_mode)) in extract_data_from_ereport_payload()
|
H A D | cmd_Lxcache.c | 732 if (test_mode) { in get_tagdata()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 175 if (GET_FLAGS( pf_dev->params.test_mode, TEST_MODE_NO_MCP)){ in lm_vf_dis()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 608 m_info.test_mode = cpr_test_mode; in i_cpr_write_machdep()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 886 u32_t test_mode; member 4055 if((_pdev)->params.test_mode & TEST_MODE_LOG_REG_ACCESS) \ 4061 if((_pdev)->params.test_mode & TEST_MODE_LOG_REG_ACCESS) \
|