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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1907 float avg_temp, tempdiff, targetdiff; local
1972 targetdiff = avg_temp - sensorp->target_temp;
1984 (RISING_TEMP_MARGIN + targetdiff);
2000 (FALLING_TEMP_MARGIN - targetdiff);
2013 delta = max_speed * .004 * targetdiff;
2035 sensorp->target_temp, targetdiff, delta,

Completed in 47 milliseconds