Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h688 #define SCSI_NO_TEMP 0xff macro
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9296 return (SCSI_NO_TEMP); in sata_sct_temp()
9302 return (SCSI_NO_TEMP); in sata_sct_temp()
9310 return (SCSI_NO_TEMP); in sata_sct_temp()
9373 temp = SCSI_NO_TEMP; in sata_build_lsense_page_2f()
9404 temp = ref_temp = sct_temp = SCSI_NO_TEMP; in sata_build_lsense_page_0d()
9426 temp = SCSI_NO_TEMP; in sata_build_lsense_page_0d()
9463 lpp->param_values[1] = (sct_temp != SCSI_NO_TEMP) ? sct_temp : temp; in sata_build_lsense_page_0d()
9467 if (ref_temp != SCSI_NO_TEMP) { in sata_build_lsense_page_0d()