Searched defs:cur_lpstate (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c76 * in cur_lpstate variable. Whenever this state changes from the previous
197 static int cur_lpstate; /* cur low power state */ variable
656 if (cur_lpstate && cpu_amb_temp < cpu_amb_warning &&
665 (uint_t)fan_speed, cur_lpstate);
701 cur_lpstate = 0;
735 cur_lpstate =
739 if (cur_lpstate != prev_lpstate) {
740 prev_lpstate = cur_lpstate;
751 if (cur_lpstate != 0) {
752 prev_lpstate = cur_lpstate;
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c183 static int cur_lpstate; /* cur low power state */ variable
1133 cur_lpstate = 0;
1167 cur_lpstate =
1171 if (pre_lpstate != cur_lpstate) {
1172 pre_lpstate = cur_lpstate;
1173 estar_state = (cur_lpstate & 0x1);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c144 static int cur_lpstate; /* cur low power state */ variable
1337 updateadm_ranges(char *name, uchar_t cur_lpstate) argument
1406 if (cur_lpstate == 1) {
1410 tdata = ((fanctl->fan_ctl_pairs[cur_lpstate].tMin / TMIN_UNITS)
1413 switch (fanctl->fan_ctl_pairs[cur_lpstate].tRange) {
1458 cur_lpstate = 0;
1491 cur_lpstate =
1498 if (pre_lpstate != cur_lpstate) {
1499 pre_lpstate = cur_lpstate;
1500 updateadm_ranges(SENSOR_SYS_OUT, cur_lpstate);
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c88 * in cur_lpstate variable.
334 static int cur_lpstate; /* cur low power state */ variable
2186 fan_speed = (cur_lpstate) ? pmfanp->speed_min :
2194 (float)fan_speed, cur_lpstate);
2228 cur_lpstate = 0;
2261 cur_lpstate =
2284 cur_lpstate = 0;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c124 static int cur_lpstate; /* cur low power state */ variable
970 updateadm_ranges(char *name, uchar_t cur_lpstate) argument
1036 if (cur_lpstate == 1) {
1040 tdata = ((fanctl->fan_ctl_pairs[cur_lpstate].tMin / TMIN_UNITS)
1043 switch (fanctl->fan_ctl_pairs[cur_lpstate].tRange) {
1090 cur_lpstate = 0;
1123 cur_lpstate =
1130 if (pre_lpstate != cur_lpstate) {
1131 pre_lpstate = cur_lpstate;
1132 updateadm_ranges(SENSOR_SYS_IN, cur_lpstate);
[all...]

Completed in 77 milliseconds