Searched refs:reftemp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c1054 uint8_t reftemp, curtemp; local
1064 reftemp = curtemp = INVALID_TEMPERATURE;
1090 reftemp = temp->t_temp;
1098 if (reftemp != INVALID_TEMPERATURE && curtemp != INVALID_TEMPERATURE &&
1099 curtemp > reftemp)

Completed in 27 milliseconds