Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1274 int expected_temp; in get_temperature() local
1289 expected_temp = xlate_obs2exp(sensorp, (tempr_t)*temp); in get_temperature()
1293 sensorp->name, *temp, (tempr_t)expected_temp); in get_temperature()
1294 *temp = (tempr_t)expected_temp; in get_temperature()