Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c585 state = DDI_HP_CN_STATE_PORT_EMPTY; in ddihp_port_ops()
640 if (hdlp->cn_info.cn_state != DDI_HP_CN_STATE_PORT_EMPTY) { in ddihp_port_ops()
1087 if (target_state < DDI_HP_CN_STATE_PORT_EMPTY || in ddihp_port_change_state()
1115 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_port_upgrade_state()
1195 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_port_downgrade_state()
1200 new_state = DDI_HP_CN_STATE_PORT_EMPTY; in ddihp_port_downgrade_state()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h52 DDI_HP_CN_STATE_PORT_EMPTY = 0x5000, /* PORT Empty */ enumerator
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h42 #define HP_IS_OFFLINE(s) ((s == DDI_HP_CN_STATE_PORT_EMPTY) || \
H A Dhotplugd_door.c743 case DDI_HP_CN_STATE_PORT_EMPTY: in state_str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c46 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_get_cn_state()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c925 if (target_state < DDI_HP_CN_STATE_PORT_EMPTY) { in pcie_hp_common_ops()
948 case DDI_HP_CN_STATE_PORT_EMPTY: in pcie_hp_common_ops()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c84 { DDI_HP_CN_STATE_PORT_EMPTY, "PORT-EMPTY", 0 },