Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h68 int32_t lo_shut; /* low shutdown threshold */ member
92 int32_t lo_shut; /* low shutdown threshold */ member
120 int32_t lo_shut; /* low shutdown threshold */ member
H A Dpsvcobj.c3226 *(int32_t *)attrp = ((ETempSensor_t *)objp)->lo_shut; in i_psvc_get_attr_0_0()
3253 *(int32_t *)attrp = ((ETempSensor_t *)objp)->lo_shut; in i_psvc_get_attr_0_1()
3287 ((ETempSensor_t *)objp)->lo_shut = *(int32_t *)attrp; in i_psvc_set_attr_0_1()
3484 *(int32_t *)attrp = ((EDigiSensor_t *)objp)->lo_shut; in i_psvc_get_attr_4_0()
3571 *(int32_t *)attrp = ((EFanTach_t *)objp)->lo_shut; in i_psvc_get_attr_7_0()
4089 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut) in i_psvc_constructor_0_0()
4136 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut) in i_psvc_constructor_0_1()
4391 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut) in i_psvc_constructor_4_0()
4491 if (i_psvc_value(buf, PSVC_LO_SHUT_ATTR, &dp->lo_shut) in i_psvc_constructor_7_0()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c408 int32_t lo_warn, hi_warn, lo_shut, hi_shut; in psvc_check_temperature_policy_0() local
433 status = psvc_get_attr(hdlp, id, PSVC_LO_SHUT_ATTR, &lo_shut); in psvc_check_temperature_policy_0()
461 if (((features & PSVC_LOW_SHUT) && temp <= lo_shut) || in psvc_check_temperature_policy_0()
469 if ((features & PSVC_LOW_SHUT) && temp <= lo_shut) { in psvc_check_temperature_policy_0()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c309 int32_t lo_warn, hi_warn, lo_shut, hi_shut; in check_temp() local
351 status = psvc_get_attr(hdlp, id, PSVC_LO_SHUT_ATTR, &lo_shut); in check_temp()
396 if ((features & PSVC_LOW_SHUT) && temp < lo_shut) { in check_temp()