Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c954 int retry_check_flag,
14857 sd_retry_command(struct sd_lun *un, struct buf *bp, int retry_check_flag, argument
14933 if ((retry_check_flag & SD_RETRIES_ISOLATE) != 0) {
14950 if (retry_check_flag & SD_RETRIES_FAILFAST) {
15040 switch (retry_check_flag & SD_RETRIES_MASK) {
17712 int retry_check_flag = SD_RETRIES_UA; local
17733 retry_check_flag = SD_RETRIES_STANDARD;
17838 sd_retry_command(un, bp, retry_check_flag, sd_print_sense_msg, &si,