Searched defs:error_type (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.c267 char error_type; local
284 error_type = *s;
293 errsim[num_errs].code = error_type;
298 num_errs, error_type, s, error_no);
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h73 int error_type; member in struct:mtest_error
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c2120 uint_t error_type, data; local
2133 error_type = TAVOR_EQE_OPERRTYPE_GET(eq, eqe);
2137 cmn_err(CE_CONT, " Error type: %02x, data: %08x\n", error_type, data);
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c476 error_type(int severity) function
722 class_sev = error_type(severityValue);
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c109 int error_type; member in struct:err_ret
115 (errst)->error_type = etype; \
349 if (retry_error.error_type) {
350 if (retry_error.error_type != ERR_RPCERROR) {
1818 if (error->error_type == ERR_NOHOST)
1820 error->error_type,
1822 if (error->error_type == ERR_RPCERROR)
1824 error->error_type,
1874 if (error->error_type == ERR_NOHOST)
1876 error->error_type,
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1645 uint8_t error_type; local
1689 error_type = ((rcr_entry & RCR_ERROR_MASK) >> RCR_ERROR_SHIFT);
1711 "error_type 0x%x pktbufsz_type %d ",
1713 multi, error_type, pktbufsz_type));
1718 "error_type 0x%x ", rcr_desc_rd_head_p,
1719 rcr_entry, pkt_buf_addr_pp, l2_len, multi, error_type));
1899 if (error_type) {
1902 rdc_stats->errlog.compl_err_type = error_type;
1905 if (error_type & RCR_CTRL_FIFO_DED) {
1910 } else if (error_type
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2183 uint8_t error_type; local
2217 error_type = ((rcr_entry & RCR_ERROR_MASK) >> RCR_ERROR_SHIFT);
2237 "error_type 0x%x pkt_type 0x%x "
2242 error_type,
2249 "error_type 0x%x pkt_type 0x%x ", rcr_desc_rd_head_p,
2252 error_type,
2474 if ((error_type) || (dcf_err) || (pkt_too_long_err)) {
2496 rdc_stats->errlog.compl_err_type = error_type;
2498 switch (error_type) {
2559 rcr_entry, channel, error_type));
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dplat_ecc_unum.h105 uint8_t error_type; /* single, two, three, quad */ member in struct:plat_ecc_error_data
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3130 mc_inject_error(int error_type, uint64_t pa, uint32_t flags) argument
3143 MC_LOG("HW mc_inject_error(%x, %lx, %x)\n", error_type, pa, flags);
3176 if (MC_INJECT_MIRROR(error_type) && !IS_MIRROR(mcp, bank)) {
3188 switch (error_type) {
3206 switch (error_type) {
/illumos-gate/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
/illumos-gate/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) argument
7082 int recursive_call = (error_type & DSW_OVERFLOW) != 0;
7087 error_type &= ~DSW_OVERFLOW;
7091 if ((flags ^ error_type) == 0) {
7097 if (error_type == DSW_BMPOFFLINE &&
7114 switch (error_type) {
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1139 uint32_t error_type :8; member in struct:tavor_hw_eqe_operr_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h2287 uint32_t error_type :8; member in struct:hermon_hw_eqe_operr_s

Completed in 215 milliseconds