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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h68 int32_t lo_shut; /* low shutdown threshold */ member in struct:__anon1169
92 int32_t lo_shut; /* low shutdown threshold */ member in struct:__anon1172
120 int32_t lo_shut; /* low shutdown threshold */ member in struct:__anon1177
H A Dpsvcobj.c3226 *(int32_t *)attrp = ((ETempSensor_t *)objp)->lo_shut;
3253 *(int32_t *)attrp = ((ETempSensor_t *)objp)->lo_shut;
3287 ((ETempSensor_t *)objp)->lo_shut = *(int32_t *)attrp;
3484 *(int32_t *)attrp = ((EDigiSensor_t *)objp)->lo_shut;
3571 *(int32_t *)attrp = ((EFanTach_t *)objp)->lo_shut;
4089 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut)
4136 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut)
4391 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut)
4491 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c408 int32_t lo_warn, hi_warn, lo_shut, hi_shut; local
433 status = psvc_get_attr(hdlp, id, PSVC_LO_SHUT_ATTR, &lo_shut);
461 if (((features & PSVC_LOW_SHUT) && temp <= lo_shut) ||
469 if ((features & PSVC_LOW_SHUT) && temp <= lo_shut) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c309 int32_t lo_warn, hi_warn, lo_shut, hi_shut; local
351 status = psvc_get_attr(hdlp, id, PSVC_LO_SHUT_ATTR, &lo_shut);
391 * if any of the four temperature states (lo_shut, lo_warn,
396 if ((features & PSVC_LOW_SHUT) && temp < lo_shut) {

Completed in 76 milliseconds