Searched defs:sd_error_level (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c170 #define sd_error_level ssd_error_level macro
260 uint_t sd_error_level = SCSI_ERR_RETRYABLE; variable
17889 * messages by setting sd_error_level to something other than
17894 (sd_error_level != SCSI_ERR_ALL)) {
17898 (sd_error_level != SCSI_ERR_ALL)) {
17902 if (sd_error_level != SCSI_ERR_ALL) {
18046 (severity < sd_error_level))) {
18221 if (sd_error_level < SCSI_ERR_RETRYABLE) {
18383 if (sd_error_level < SCSI_ERR_RETRYABLE) {
18390 if (sd_error_level >
[all...]

Completed in 114 milliseconds