Home
last modified time | relevance | path

Searched refs:switch_state (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c219 char switch_state[32], temp_state[32]; in fan_speed_read() local
245 strlcpy(switch_state, PSVC_SWITCH_ON, in fan_speed_read()
246 sizeof (switch_state)); in fan_speed_read()
248 strlcpy(switch_state, PSVC_SWITCH_OFF, in fan_speed_read()
249 sizeof (switch_state)); in fan_speed_read()
261 &switch_state); in fan_speed_read()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c1274 char switch_state[32], fan_state[32]; in psvc_fan_fault_check_policy_0() local
1332 strlcpy(switch_state, PSVC_SWITCH_ON, in psvc_fan_fault_check_policy_0()
1333 sizeof (switch_state)); in psvc_fan_fault_check_policy_0()
1335 strlcpy(switch_state, PSVC_SWITCH_OFF, in psvc_fan_fault_check_policy_0()
1336 sizeof (switch_state)); in psvc_fan_fault_check_policy_0()
1338 PSVC_SWITCH_STATE_ATTR, switch_state); in psvc_fan_fault_check_policy_0()
1577 char switch_state[32]; in psvc_ps_hotplug_policy_0() local
1604 strcpy(switch_state, PSVC_SWITCH_OFF); in psvc_ps_hotplug_policy_0()
1606 PSVC_SWITCH_STATE_ATTR, switch_state); in psvc_ps_hotplug_policy_0()
1610 strcpy(switch_state, PSVC_SWITCH_ON); in psvc_ps_hotplug_policy_0()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h127 char switch_state[32]; member