Searched refs:err_type (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/cdrw/ |
H A D | trackio.c | 354 te->err_type = TRACKIO_ERR_SYSTEM; in write_track() 380 te->err_type = TRACKIO_ERR_SYSTEM; in write_track() 393 te->err_type = TRACKIO_ERR_SYSTEM; in write_track() 421 te->err_type = TRACKIO_ERR_USER_ABORT; in write_track() 430 te->err_type = TRACKIO_ERR_TRANSPORT; in write_track() 503 te->err_type = TRACKIO_ERR_SYSTEM; in write_track() 525 te->err_type = TRACKIO_ERR_TRANSPORT; in write_track()
|
H A D | util.c | 114 switch (te->err_type) { in print_trackio_error() 148 err_msg("Trackio err type %d\n", te->err_type); in print_trackio_error()
|
H A D | trackio.h | 41 int err_type; member
|
H A D | device.c | 765 if (te->err_type == TRACKIO_ERR_USER_ABORT) { in write_next_track()
|
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | ecc.c | 141 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()
|
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 90 int err_type; in cmd_fill_errdata() local 92 err_type = cmd_xr_error_type(clcode); in cmd_fill_errdata() 93 switch (err_type) { in cmd_fill_errdata()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_event.c | 622 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()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_fm.c | 398 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()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_event.c | 817 uint8_t err_type; in tavor_eq_catastrophic() local 832 err_type = (word & 0xFF000000) >> 24; in tavor_eq_catastrophic() 835 switch (err_type) { in tavor_eq_catastrophic() 838 err_type); in tavor_eq_catastrophic() 844 err_type); in tavor_eq_catastrophic() 850 err_type); in tavor_eq_catastrophic() 856 err_type); in tavor_eq_catastrophic() 863 err_type); in tavor_eq_catastrophic()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fm.c | 704 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()
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 1183 int err_type = (!got_sym && in process_args() local 1195 err_type, &symstate->ndx) == 0) { in process_args()
|
/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 2507 int err_type, in hidparser_report_err() argument 2517 if (err_type) { in hidparser_report_err()
|
/titanic_50/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 2523 config_err(int errnum, int err_type, char **errstring) in config_err() argument 2547 q = dgettext(TEXT_DOMAIN, err_strings[err_type]); in config_err()
|