Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c217 char switch_state[32], temp_state[32]; in fan_speed_read() local
243 strlcpy(switch_state, PSVC_SWITCH_ON, in fan_speed_read()
244 sizeof (switch_state)); in fan_speed_read()
246 strlcpy(switch_state, PSVC_SWITCH_OFF, in fan_speed_read()
247 sizeof (switch_state)); in fan_speed_read()
259 &switch_state); in fan_speed_read()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_srv_oplock.c754 switch_state: in smb_oplock_wait_ack()
764 goto switch_state; in smb_oplock_wait_ack()
872 switch_state: in smb_oplock_wait_break()
881 goto switch_state; in smb_oplock_wait_break()
H A Dsmb_opipe.c244 switch_state: in smb_opipe_send_userinfo()
253 goto switch_state; in smb_opipe_send_userinfo()
505 switch_state: in smb_opipe_read()
514 goto switch_state; in smb_opipe_read()
H A Dsmb_authenticate.c673 switch_state: in smb_authsock_sendrecv()
682 goto switch_state; in smb_authsock_sendrecv()
818 switch_state: in smb_authsock_open()
827 goto switch_state; in smb_authsock_open()
H A Dsmb_notify.c360 switch_state: in smb_notify_act3()
372 goto switch_state; in smb_notify_act3()
H A Dsmb_lock.c898 switch_state: in smb_lock_wait()
907 goto switch_state; in smb_lock_wait()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c1272 char switch_state[32], fan_state[32]; in psvc_fan_fault_check_policy_0() local
1330 strlcpy(switch_state, PSVC_SWITCH_ON, in psvc_fan_fault_check_policy_0()
1331 sizeof (switch_state)); in psvc_fan_fault_check_policy_0()
1333 strlcpy(switch_state, PSVC_SWITCH_OFF, in psvc_fan_fault_check_policy_0()
1334 sizeof (switch_state)); in psvc_fan_fault_check_policy_0()
1336 PSVC_SWITCH_STATE_ATTR, switch_state); in psvc_fan_fault_check_policy_0()
1575 char switch_state[32]; in psvc_ps_hotplug_policy_0() local
1602 strcpy(switch_state, PSVC_SWITCH_OFF); in psvc_ps_hotplug_policy_0()
1604 PSVC_SWITCH_STATE_ATTR, switch_state); in psvc_ps_hotplug_policy_0()
1608 strcpy(switch_state, PSVC_SWITCH_ON); in psvc_ps_hotplug_policy_0()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h125 char switch_state[32]; member