Searched refs:PSVC_HOTPLUGGED (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
H A D | psvcpolicy.c | 626 state, PSVC_HOTPLUGGED)); in psvc_check_ps_hotplug_status_0() 629 (strcmp(state, PSVC_HOTPLUGGED) != 0)) { in psvc_check_ps_hotplug_status_0() 630 strcpy(state, PSVC_HOTPLUGGED); in psvc_check_ps_hotplug_status_0() 674 (strcmp(state, PSVC_HOTPLUGGED) == 0)) { in psvc_check_ps_hotplug_status_0() 758 if (strcmp(state, PSVC_HOTPLUGGED) == 0) { in psvc_ps_overcurrent_check_policy_0() 968 if (strcmp(past_state, PSVC_HOTPLUGGED) == 0) { in psvc_ps_device_fail_notifier_policy_0() 2304 if (strcmp(state, PSVC_HOTPLUGGED) != 0) { in set_temp_sensor_properties() 2305 strcpy(state, PSVC_HOTPLUGGED); in set_temp_sensor_properties()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects.h | 157 #define PSVC_HOTPLUGGED "HOTPLUGGED" /* hotplugged, but not yet enabled */ macro
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/ |
H A D | psvcpolicy.c | 337 if ((strcmp(state, PSVC_HOTPLUGGED) == 0)) { in check_temp()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/ |
H A D | psvcpolicy.c | 643 strcmp(device_state, PSVC_HOTPLUGGED) != 0 && in psvc_fsp_device_fault_check_policy_0()
|