Searched refs:switch_state (Results 1 – 3 of 3) sorted by relevance
| /titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
| H A D | psvcplugin.c | 219 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 D | psvcpolicy.c | 1274 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 D | psvc_objects_class.h | 127 char switch_state[32]; member
|