Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c195 static int cur_lpstate; /* cur low power state */ variable
654 if (cur_lpstate && cpu_amb_temp < cpu_amb_warning && in envthr()
663 (uint_t)fan_speed, cur_lpstate); in envthr()
699 cur_lpstate = 0; in pmthr()
733 cur_lpstate = in pmthr()
737 if (cur_lpstate != prev_lpstate) { in pmthr()
738 prev_lpstate = cur_lpstate; in pmthr()
749 if (cur_lpstate != 0) { in pmthr()
750 prev_lpstate = cur_lpstate; in pmthr()
751 cur_lpstate = 0; in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c122 static int cur_lpstate; /* cur low power state */ variable
968 updateadm_ranges(char *name, uchar_t cur_lpstate) in updateadm_ranges() argument
1034 if (cur_lpstate == 1) { in updateadm_ranges()
1038 tdata = ((fanctl->fan_ctl_pairs[cur_lpstate].tMin / TMIN_UNITS) in updateadm_ranges()
1041 switch (fanctl->fan_ctl_pairs[cur_lpstate].tRange) { in updateadm_ranges()
1088 cur_lpstate = 0; in pmthr()
1121 cur_lpstate = in pmthr()
1128 if (pre_lpstate != cur_lpstate) { in pmthr()
1129 pre_lpstate = cur_lpstate; in pmthr()
1130 updateadm_ranges(SENSOR_SYS_IN, cur_lpstate); in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c142 static int cur_lpstate; /* cur low power state */ variable
1337 updateadm_ranges(char *name, uchar_t cur_lpstate) in updateadm_ranges() argument
1406 if (cur_lpstate == 1) { in updateadm_ranges()
1410 tdata = ((fanctl->fan_ctl_pairs[cur_lpstate].tMin / TMIN_UNITS) in updateadm_ranges()
1413 switch (fanctl->fan_ctl_pairs[cur_lpstate].tRange) { in updateadm_ranges()
1458 cur_lpstate = 0; in pmthr()
1491 cur_lpstate = in pmthr()
1498 if (pre_lpstate != cur_lpstate) { in pmthr()
1499 pre_lpstate = cur_lpstate; in pmthr()
1500 updateadm_ranges(SENSOR_SYS_OUT, cur_lpstate); in pmthr()
[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; in pmthr()
1167 cur_lpstate = in pmthr()
1171 if (pre_lpstate != cur_lpstate) { in pmthr()
1172 pre_lpstate = cur_lpstate; in pmthr()
1173 estar_state = (cur_lpstate & 0x1); in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c332 static int cur_lpstate; /* cur low power state */ variable
2184 fan_speed = (cur_lpstate) ? pmfanp->speed_min : in envthr()
2192 (float)fan_speed, cur_lpstate); in envthr()
2226 cur_lpstate = 0; in pmthr()
2259 cur_lpstate = in pmthr()
2282 cur_lpstate = 0; in pmthr()