Searched defs:hi_shut (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h71 int32_t hi_shut; /* high shutdown threshold */ member in struct:__anon1169
94 int32_t hi_shut; /* high shutdown threshold */ member in struct:__anon1172
122 int32_t hi_shut; /* high 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
441 status = psvc_get_attr(hdlp, id, PSVC_HI_SHUT_ATTR, &hi_shut);
463 ((features & PSVC_HIGH_SHUT) && temp >= hi_shut) ||
477 } else if ((features & PSVC_HIGH_SHUT) && temp >= hi_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
359 status = psvc_get_attr(hdlp, id, PSVC_HI_SHUT_ATTR, &hi_shut);
392 * hi_shut, hi_warn) is detected we will not take an action
436 } else if ((features & PSVC_HIGH_SHUT) && temp > hi_shut) {

Completed in 61 milliseconds