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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h154 fanspeed_t cur_speed; /* current fan speed */ member in struct:env_fan
H A Dpiclenvd.c407 fanp->cur_speed = 0;
424 * Set cur_speed/prev_speed to current fan speed
437 fanp->cur_speed = speed;
664 (uint_t)pmfanp->cur_speed,
667 if (fan_speed != pmfanp->cur_speed &&
669 pmfanp->cur_speed = fan_speed;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1413 fanp->cur_speed = 0;
1433 * Set initial speed and update cur_speed/prev_speed
1457 fanp->cur_speed = speed;
1903 float speed, cur_speed, new_speed, max_speed, min_speed; local
1917 cur_speed = fanp->cur_speed;
1918 if (fanspeed != (int)cur_speed)
1919 cur_speed = (float)fanspeed;
1989 ((cur_speed < max_speed/2) ?
2005 ((cur_speed > max_spee
[all...]
H A Denvd.h333 float cur_speed; /* current fan speed */ member in struct:env_fan

Completed in 76 milliseconds