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

/illumos-gate/usr/src/lib/libtnf/
H A Dref.c112 tnf_ref32_t ref32, reftemp; local
151 reftemp = TNF_REF32_VALUE(ref32);
152 reftemp = TNF_REF32_SIGN_EXTEND(reftemp);
154 cell = (tnf_ref32_t *) ((char *)tnf->file_start + reftemp);
167 reftemp = TNF_REF32_VALUE(ref32);
168 reftemp = TNF_REF32_SIGN_EXTEND(reftemp);
171 reftemp);
192 tnf_ref32_t ref32, reftemp; local
[all...]
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c1036 uint8_t reftemp, curtemp; local
1046 reftemp = curtemp = INVALID_TEMPERATURE;
1072 reftemp = temp->t_temp;
1080 if (reftemp != INVALID_TEMPERATURE && curtemp != INVALID_TEMPERATURE &&
1081 curtemp > reftemp)

Completed in 47 milliseconds