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

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c1036 uint8_t reftemp, curtemp; local
1046 reftemp = curtemp = INVALID_TEMPERATURE;
1061 curtemp = temp->t_temp;
1080 if (reftemp != INVALID_TEMPERATURE && curtemp != INVALID_TEMPERATURE &&
1081 curtemp > reftemp)

Completed in 74 milliseconds