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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1402 int retry_check_flag,
15610 * retry_check_flag - Flag to see which (if any) of the retry
15647 sd_retry_command(struct sd_lun *un, struct buf *bp, int retry_check_flag, argument
15723 if ((retry_check_flag & SD_RETRIES_ISOLATE) != 0) {
15740 if (retry_check_flag & SD_RETRIES_FAILFAST) {
15830 switch (retry_check_flag & SD_RETRIES_MASK) {
18580 int retry_check_flag = SD_RETRIES_UA; local
18601 retry_check_flag = SD_RETRIES_STANDARD;
18708 sd_retry_command(un, bp, retry_check_flag, sd_print_sense_msg, &si,

Completed in 129 milliseconds