Home
last modified time | relevance | path

Searched refs:DDI_HP_CN_STATE_ONLINE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c603 state = DDI_HP_CN_STATE_ONLINE; in ddihp_port_ops()
613 if (state == DDI_HP_CN_STATE_ONLINE && in ddihp_port_ops()
1088 target_state > DDI_HP_CN_STATE_ONLINE) { in ddihp_port_change_state()
1150 DDI_HP_CN_STATE_ONLINE; in ddihp_port_upgrade_state()
1160 case DDI_HP_CN_STATE_ONLINE: in ddihp_port_upgrade_state()
1225 case DDI_HP_CN_STATE_ONLINE: in ddihp_port_downgrade_state()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h57 DDI_HP_CN_STATE_ONLINE = 0xa000 /* Device is ready */ enumerator
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h39 #define HP_IS_ONLINE(s) ((s == DDI_HP_CN_STATE_ONLINE) || \
H A Dhotplugd_door.c753 case DDI_HP_CN_STATE_ONLINE: in state_str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c56 case DDI_HP_CN_STATE_ONLINE: in ddihp_get_cn_state()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c89 { DDI_HP_CN_STATE_ONLINE, "ONLINE", 1 },
328 rv = hp_set_state(root, 0, DDI_HP_CN_STATE_ONLINE, &results); in cmd_online()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c545 case DDI_HP_CN_STATE_ONLINE: in hp_set_state()