Home
last modified time | relevance | path

Searched refs:SCSI_ERR_ALL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h96 #define SCSI_ERR_ALL 0 macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c17090 (sd_error_level != SCSI_ERR_ALL)) {
17094 (sd_error_level != SCSI_ERR_ALL)) {
17098 if (sd_error_level != SCSI_ERR_ALL) {
17387 si.ssi_severity = SCSI_ERR_ALL;
17490 si.ssi_severity = SCSI_ERR_ALL;
17899 si.ssi_severity = (un->un_f_has_removable_media) ? SCSI_ERR_ALL :
18040 (sd_error_level != SCSI_ERR_ALL))) {
H A Dst.c8617 if (st_error_level != SCSI_ERR_ALL) { in st_init()
8619 st_error_level = SCSI_ERR_ALL; in st_init()
10762 (DEBUGGING || st_error_level == SCSI_ERR_ALL)) { in st_decode_sense()