Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1677 int sense_fmt; in scsi_ext_sense_fields() local
1682 sense_fmt = scsi_validate_sense(sense_buffer, sense_buf_len, NULL); in scsi_ext_sense_fields()
1703 if (sense_fmt == SENSE_DESCR_FORMAT) { in scsi_ext_sense_fields()
1817 int sense_fmt; in scsi_sense_info_uint64() local
1823 sense_fmt = scsi_validate_sense(sense_buffer, sense_buf_len, NULL); in scsi_sense_info_uint64()
1825 if (sense_fmt == SENSE_UNUSABLE) { in scsi_sense_info_uint64()
1828 } else if (sense_fmt == SENSE_FIXED_FORMAT) { in scsi_sense_info_uint64()
1859 int sense_fmt; in scsi_sense_cmdspecific_uint64() local
1865 sense_fmt = scsi_validate_sense(sense_buffer, sense_buf_len, NULL); in scsi_sense_cmdspecific_uint64()
1867 if (sense_fmt == SENSE_UNUSABLE) { in scsi_sense_cmdspecific_uint64()
[all …]