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.c17095 (sd_error_level != SCSI_ERR_ALL)) {
17099 (sd_error_level != SCSI_ERR_ALL)) {
17103 if (sd_error_level != SCSI_ERR_ALL) {
17392 si.ssi_severity = SCSI_ERR_ALL;
17495 si.ssi_severity = SCSI_ERR_ALL;
17904 si.ssi_severity = (un->un_f_has_removable_media) ? SCSI_ERR_ALL :
18045 (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()