Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h96 #define SCSI_ERR_ALL 0 macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c17894 (sd_error_level != SCSI_ERR_ALL)) {
17898 (sd_error_level != SCSI_ERR_ALL)) {
17902 if (sd_error_level != SCSI_ERR_ALL) {
18205 si.ssi_severity = SCSI_ERR_ALL;
18325 si.ssi_severity = SCSI_ERR_ALL;
18769 si.ssi_severity = (un->un_f_has_removable_media) ? SCSI_ERR_ALL :
18911 (sd_error_level != SCSI_ERR_ALL))) {
H A Dst.c8616 if (st_error_level != SCSI_ERR_ALL) { in st_init()
8618 st_error_level = SCSI_ERR_ALL; in st_init()
10762 (DEBUGGING || st_error_level == SCSI_ERR_ALL)) { in st_decode_sense()