Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c208 static int st_error_level = SCSI_ERR_RETRYABLE; variable
8617 if (st_error_level != SCSI_ERR_ALL) { in st_init()
8619 st_error_level = SCSI_ERR_ALL; in st_init()
8621 st_error_level = SCSI_ERR_RETRYABLE; in st_init()
10762 (DEBUGGING || st_error_level == SCSI_ERR_ALL)) { in st_decode_sense()
11234 if (st_error_level >= SCSI_ERR_FATAL) in st_decode_sense()
11282 (severity >= st_error_level))) { in st_decode_sense()