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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.h52 int8_t lo_poweroff; member in struct:__anon1197
H A Dpiclsensors.c342 *(int8_t *)bufp = temp_sensor.lo_poweroff;
443 temp_sensor.lo_poweroff = temp;
489 &sensor->lo_poweroff) != PICL_SUCCESS) {
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1132 int32_t lo_warning, lo_shutdown, lo_poweroff; local
1177 &lo_poweroff, sizeof (lo_poweroff)) != PICL_SUCCESS)
1178 lo_poweroff = INVALID_THRESHOLD;
1192 if ((lo_poweroff != INVALID_THRESHOLD &&
1193 current_val <= lo_poweroff) ||

Completed in 68 milliseconds