Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.c185 if (errbuf.error_type != MTEST_ERR_NONE) { in memory_test_normal()
186 if (errbuf.error_type == MTEST_ERR_CE && in memory_test_normal()
227 if (errbuf.error_type != MTEST_ERR_NONE) { in memory_test_normal()
228 if (errbuf.error_type == MTEST_ERR_CE && in memory_test_normal()
255 if (errbuf.error_type != MTEST_ERR_NONE) { in memory_test_normal()
256 if (errbuf.error_type == MTEST_ERR_CE && in memory_test_normal()
341 if (errbuf.error_type != MTEST_ERR_NONE) { in memory_test_quick()
342 if (errbuf.error_type == MTEST_ERR_CE && in memory_test_quick()
383 if (errbuf.error_type != MTEST_ERR_NONE) { in memory_test_quick()
384 if (errbuf.error_type == MTEST_ERR_CE && in memory_test_quick()
[all …]
H A Dmema_test.h73 int error_type; member
H A Dmema.c1040 errp->error_type = MTEST_ERR_UE; in mtest_read()
1042 errp->error_type = MTEST_ERR_CE; in mtest_read()
1047 errp->error_type = MTEST_ERR_NONE; in mtest_read()
/titanic_50/usr/src/cmd/filesync/
H A Ddebug.c267 char error_type; in dbg_set_error() local
284 error_type = *s; in dbg_set_error()
293 errsim[num_errs].code = error_type; in dbg_set_error()
298 num_errs, error_type, s, error_no); in dbg_set_error()
/titanic_50/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c109 int error_type; member
115 (errst)->error_type = etype; \
349 if (retry_error.error_type) { in main()
350 if (retry_error.error_type != ERR_RPCERROR) { in main()
1822 if (error->error_type == ERR_NOHOST) in get_addr()
1824 error->error_type, in get_addr()
1826 if (error->error_type == ERR_RPCERROR) in get_addr()
1828 error->error_type, in get_addr()
1878 if (error->error_type == ERR_NOHOST) in get_addr()
1880 error->error_type, in get_addr()
[all …]
/titanic_50/usr/src/uts/sun4u/os/
H A Dplat_ecc_unum.c328 ecc_error_data.error_type = PLAT_ERROR_TYPE_SINGLE; in plat_log_fruid_error()
333 ecc_error_data.error_type = PLAT_ERROR_TYPE_SINGLE; in plat_log_fruid_error()
338 ecc_error_data.error_type = PLAT_ERROR_TYPE_SINGLE; in plat_log_fruid_error()
343 ecc_error_data.error_type = PLAT_ERROR_TYPE_SINGLE; in plat_log_fruid_error()
349 ecc_error_data.error_type = PLAT_ERROR_TYPE_M2; in plat_log_fruid_error()
352 ecc_error_data.error_type = PLAT_ERROR_TYPE_M3; in plat_log_fruid_error()
355 ecc_error_data.error_type = PLAT_ERROR_TYPE_M4; in plat_log_fruid_error()
358 ecc_error_data.error_type = PLAT_ERROR_TYPE_M; in plat_log_fruid_error()
361 ecc_error_data.error_type = PLAT_ERROR_TYPE_UNK; in plat_log_fruid_error()
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1645 uint8_t error_type; in hxge_receive_packet() local
1689 error_type = ((rcr_entry & RCR_ERROR_MASK) >> RCR_ERROR_SHIFT); in hxge_receive_packet()
1713 multi, error_type, pktbufsz_type)); in hxge_receive_packet()
1719 rcr_entry, pkt_buf_addr_pp, l2_len, multi, error_type)); in hxge_receive_packet()
1899 if (error_type) { in hxge_receive_packet()
1902 rdc_stats->errlog.compl_err_type = error_type; in hxge_receive_packet()
1905 if (error_type & RCR_CTRL_FIFO_DED) { in hxge_receive_packet()
1910 } else if (error_type & RCR_DATA_FIFO_DED) { in hxge_receive_packet()
2062 if (!no_port_bit && l4_cs_eq_bit && is_tcp_udp && !error_type) { in hxge_receive_packet()
2068 is_valid, multi, error_type)); in hxge_receive_packet()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dplat_ecc_unum.h105 uint8_t error_type; /* single, two, three, quad */ member
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2183 uint8_t error_type; in nxge_receive_packet() local
2217 error_type = ((rcr_entry & RCR_ERROR_MASK) >> RCR_ERROR_SHIFT); in nxge_receive_packet()
2242 error_type, in nxge_receive_packet()
2252 error_type, in nxge_receive_packet()
2474 if ((error_type) || (dcf_err) || (pkt_too_long_err)) { in nxge_receive_packet()
2496 rdc_stats->errlog.compl_err_type = error_type; in nxge_receive_packet()
2498 switch (error_type) { in nxge_receive_packet()
2559 rcr_entry, channel, error_type)); in nxge_receive_packet()
2718 is_valid, multi, is_tcp_udp, frag, error_type)); in nxge_receive_packet()
2720 if (is_tcp_udp && !frag && !error_type) { in nxge_receive_packet()
[all …]
/titanic_50/usr/src/uts/sun4u/opl/sys/
H A Dmc-opl.h392 extern int mc_inject_error(int error_type, uint64_t pa, uint32_t flags);
/titanic_50/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c476 error_type(int severity) in error_type() function
722 class_sev = error_type(severityValue); in handle_log_entry()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c2120 uint_t error_type, data; in tavor_eq_overflow_handler() local
2133 error_type = TAVOR_EQE_OPERRTYPE_GET(eq, eqe); in tavor_eq_overflow_handler()
2137 cmn_err(CE_CONT, " Error type: %02x, data: %08x\n", error_type, data); in tavor_eq_overflow_handler()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3130 mc_inject_error(int error_type, uint64_t pa, uint32_t flags) in mc_inject_error() argument
3143 MC_LOG("HW mc_inject_error(%x, %lx, %x)\n", error_type, pa, flags); in mc_inject_error()
3176 if (MC_INJECT_MIRROR(error_type) && !IS_MIRROR(mcp, bank)) { in mc_inject_error()
3188 switch (error_type) { in mc_inject_error()
3206 switch (error_type) { in mc_inject_error()
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c139 void _ii_error(_ii_info_t *ip, int error_type);
7077 _ii_error(_ii_info_t *ip, int error_type) in _ii_error() argument
7082 int recursive_call = (error_type & DSW_OVERFLOW) != 0; in _ii_error()
7087 error_type &= ~DSW_OVERFLOW; in _ii_error()
7091 if ((flags ^ error_type) == 0) { in _ii_error()
7097 if (error_type == DSW_BMPOFFLINE && in _ii_error()
7114 switch (error_type) { in _ii_error()
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1139 uint32_t error_type :8; member
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h2287 uint32_t error_type :8; member
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c120 typedef enum error_type {BAD_ERROR, DUP_ERROR, REQ_ERROR} error_type_t; enum