Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1424 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1451 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1488 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1504 diskp->ref_temp = temp_attrib->raw_data[2]; in get_disk_temp()
1506 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1518 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1544 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
1546 diskp->ref_temp = tpage[15]; in get_disk_temp()
1643 diskp->name, diskp->current_temp, diskp->ref_temp); in disk_temp_thr()
H A Denvd.h469 int ref_temp; member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h409 int ref_temp; member
H A Dpiclenvd.c2004 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
2030 diskp->ref_temp = DISK_INVALID_TEMP; in get_disk_temp()
2032 diskp->ref_temp = tpage[15]; in get_disk_temp()
2133 diskp->ref_temp); in disk_temp_thr()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9836 uint8_t temp, ref_temp, sct_temp; in sata_build_lsense_page_0d() local
9842 temp = ref_temp = sct_temp = SCSI_NO_TEMP; in sata_build_lsense_page_0d()
9876 ref_temp = (val < 0) ? 0 : val; in sata_build_lsense_page_0d()
9905 if (ref_temp != SCSI_NO_TEMP) { in sata_build_lsense_page_0d()
9911 lpp->param_values[1] = ref_temp; in sata_build_lsense_page_0d()