Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c628 state, PSVC_HOTPLUGGED)); in psvc_check_ps_hotplug_status_0()
631 (strcmp(state, PSVC_HOTPLUGGED) != 0)) { in psvc_check_ps_hotplug_status_0()
632 strcpy(state, PSVC_HOTPLUGGED); in psvc_check_ps_hotplug_status_0()
676 (strcmp(state, PSVC_HOTPLUGGED) == 0)) { in psvc_check_ps_hotplug_status_0()
760 if (strcmp(state, PSVC_HOTPLUGGED) == 0) { in psvc_ps_overcurrent_check_policy_0()
970 if (strcmp(past_state, PSVC_HOTPLUGGED) == 0) { in psvc_ps_device_fail_notifier_policy_0()
2307 if (strcmp(state, PSVC_HOTPLUGGED) != 0) { in set_temp_sensor_properties()
2308 strcpy(state, PSVC_HOTPLUGGED); in set_temp_sensor_properties()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects.h159 #define PSVC_HOTPLUGGED "HOTPLUGGED" /* hotplugged, but not yet enabled */ macro
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c339 if ((strcmp(state, PSVC_HOTPLUGGED) == 0)) { in check_temp()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c645 strcmp(device_state, PSVC_HOTPLUGGED) != 0 && in psvc_fsp_device_fault_check_policy_0()