Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dsense.h70 #define SUN_MIN_SENSE_LENGTH 4 macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c1786 if (amt < SUN_MIN_SENSE_LENGTH) { in sgen_handle_autosense()
1860 if (amt < SUN_MIN_SENSE_LENGTH) { in sgen_handle_sense()
H A Dst.c10533 (amt < SUN_MIN_SENSE_LENGTH)) { in st_handle_sense()
10613 (amt < SUN_MIN_SENSE_LENGTH)) { in st_handle_autosense()
H A Dsd.c16881 if (actual_len < SUN_MIN_SENSE_LENGTH) {