Home
last modified time | relevance | path

Searched refs:err_type (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c352 te->err_type = TRACKIO_ERR_SYSTEM; in write_track()
378 te->err_type = TRACKIO_ERR_SYSTEM; in write_track()
391 te->err_type = TRACKIO_ERR_SYSTEM; in write_track()
419 te->err_type = TRACKIO_ERR_USER_ABORT; in write_track()
428 te->err_type = TRACKIO_ERR_TRANSPORT; in write_track()
501 te->err_type = TRACKIO_ERR_SYSTEM; in write_track()
523 te->err_type = TRACKIO_ERR_TRANSPORT; in write_track()
H A Dutil.c112 switch (te->err_type) { in print_trackio_error()
146 err_msg("Trackio err type %d\n", te->err_type); in print_trackio_error()
H A Dtrackio.h39 int err_type; member
H A Ddevice.c765 if (te->err_type == TRACKIO_ERR_USER_ABORT) { in write_next_track()
/illumos-gate/usr/src/uts/sun4u/os/
H A Decc.c141 ecc_cpu_call(struct async_flt *ecc, char *unum, int err_type) in ecc_cpu_call() argument
160 if (err_type == ECC_IO_CE) in ecc_cpu_call()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c622 uint8_t err_type; in hermon_eq_catastrophic() local
644 err_type = (word & 0xFF000000) >> 24; in hermon_eq_catastrophic()
647 switch (err_type) { in hermon_eq_catastrophic()
650 err_type); in hermon_eq_catastrophic()
656 err_type); in hermon_eq_catastrophic()
662 err_type); in hermon_eq_catastrophic()
668 err_type); in hermon_eq_catastrophic()
675 err_type); in hermon_eq_catastrophic()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c752 uint8_t err_type; in tavor_eq_catastrophic() local
765 err_type = (word & 0xFF000000) >> 24; in tavor_eq_catastrophic()
768 switch (err_type) { in tavor_eq_catastrophic()
771 err_type); in tavor_eq_catastrophic()
777 err_type); in tavor_eq_catastrophic()
783 err_type); in tavor_eq_catastrophic()
789 err_type); in tavor_eq_catastrophic()
796 err_type); in tavor_eq_catastrophic()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c398 uint8_t err_type; in hxge_fm_ereport() local
399 err_type = statsp->rdc_stats[err_chan].errlog.compl_err_type; in hxge_fm_ereport()
404 ERNAME_RDC_ERR_TYPE, DATA_TYPE_UINT8, err_type, in hxge_fm_ereport()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h321 enum ecore_hw_err_type err_type);
H A Decore_hw.c1047 enum ecore_hw_err_type err_type) in ecore_hw_err_notify() argument
1050 if (p_hwfn->p_dev->recov_in_prog && err_type != ECORE_HW_ERR_FAN_FAIL) { in ecore_hw_err_notify()
1053 err_type); in ecore_hw_err_notify()
1057 OSAL_HW_ERROR_OCCURRED(p_hwfn, err_type); in ecore_hw_err_notify()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c704 uint8_t err_type; in nxge_fm_ereport() local
705 err_type = statsp-> in nxge_fm_ereport()
713 ERNAME_RDC_ERR_TYPE, DATA_TYPE_UINT8, err_type, in nxge_fm_ereport()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c1183 int err_type = (!got_sym && in process_args() local
1195 err_type, &symstate->ndx) == 0) { in process_args()
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2471 hidparser_report_err(int err_level, int err_type, int tag, int subcode, in hidparser_report_err() argument
2479 if (err_type) { in hidparser_report_err()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2529 config_err(int errnum, int err_type, char **errstring) in config_err() argument
2554 err = dgettext(TEXT_DOMAIN, err_strings[err_type]); in config_err()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt538 enum ecore_hw_err_type err_type)