Searched refs:KEY_HARDWARE_ERROR (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_status.c | 49 { "Hardware error", KEY_HARDWARE_ERROR },
|
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | sense.h | 153 #define KEY_HARDWARE_ERROR 0x04 macro
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 808 case KEY_HARDWARE_ERROR: in g_scsi_printerr()
|
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 106 { "Hardware error", KEY_HARDWARE_ERROR },
|
/titanic_41/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 6731 sense->es_key = KEY_HARDWARE_ERROR; in sata_txlt_write_buffer() 7523 sense->es_key = KEY_HARDWARE_ERROR; in sata_txlt_rw_completion() 7682 sense_key = KEY_HARDWARE_ERROR; in sata_txlt_apt_completion() 7772 sense_key = KEY_HARDWARE_ERROR; in sata_txlt_unmap_completion() 7923 sense->es_key = KEY_HARDWARE_ERROR; in sata_set_arq_data() 8804 sense_key = KEY_HARDWARE_ERROR; in sata_build_lsense_page_10() 8810 sense_key = KEY_HARDWARE_ERROR; in sata_build_lsense_page_10() 8816 sense_key = KEY_HARDWARE_ERROR; in sata_build_lsense_page_10() 8828 sense_key = KEY_HARDWARE_ERROR; in sata_build_lsense_page_10() 9002 sense_key = KEY_HARDWARE_ERROR; in sata_build_lsense_page_10() [all …]
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 304 case KEY_HARDWARE_ERROR: in scsi_printerr()
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 254 case KEY_HARDWARE_ERROR: in reportSense()
|
/titanic_41/usr/src/uts/intel/io/amr/ |
H A D | amr.c | 2295 amr_set_arq_data(pkt, KEY_HARDWARE_ERROR); in amr_call_pkt_comp()
|
/titanic_41/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 2911 case KEY_HARDWARE_ERROR:
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 755 (rq_data[2] == KEY_HARDWARE_ERROR)) in scsi_zip_format()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 363 { KEY_HARDWARE_ERROR, 0x15, 0x01}, 364 { KEY_HARDWARE_ERROR, 0x44, 0x00}, 365 { KEY_HARDWARE_ERROR, 0x53, 0x00}, 366 { KEY_HARDWARE_ERROR, 0x53, 0x01}, 10966 case KEY_HARDWARE_ERROR: in st_decode_sense()
|
H A D | sd.c | 17806 case KEY_HARDWARE_ERROR: 18485 if (sense_key == KEY_HARDWARE_ERROR) {
|
/titanic_41/usr/src/uts/common/io/sata/adapters/si3124/ |
H A D | si3124.c | 3601 sense->es_key = KEY_HARDWARE_ERROR; in si_set_sense_data()
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1212 aac_set_arq_data(acp->pkt, KEY_HARDWARE_ERROR, 0x00, 0x00, err_blkno); in aac_set_arq_data_hwerr()
|