Searched defs:lo_shut (Results 1 - 3 of 3) 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
/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 50 milliseconds