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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.h50 int8_t hi_shutdown; member in struct:__anon1197
H A Dpiclsensors.c300 if (sensor_reading > temp_sensor.hi_shutdown ||
346 *(int8_t *)bufp = temp_sensor.hi_shutdown;
396 if ((temp + 5) > temp_sensor.hi_shutdown) {
415 (temp - 5) < temp_sensor.hi_shutdown) {
449 temp_sensor.hi_shutdown = temp;
501 &sensor->hi_shutdown) != PICL_SUCCESS) {
512 if (sensor->curr_temp > sensor->hi_shutdown ||
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1133 int32_t hi_warning, hi_shutdown, hi_poweroff; local
1185 &hi_shutdown, sizeof (hi_shutdown)) != PICL_SUCCESS)
1186 hi_shutdown = INVALID_THRESHOLD;
1199 (hi_shutdown != INVALID_THRESHOLD &&
1200 current_val >= hi_shutdown)) {

Completed in 64 milliseconds