Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dddi_hp_impl.c339 if (state >= DDI_HP_CN_STATE_PORT_PRESENT) in ddihp_port_ops()
340 state = DDI_HP_CN_STATE_PORT_PRESENT; in ddihp_port_ops()
874 new_state = DDI_HP_CN_STATE_PORT_PRESENT; in ddihp_port_upgrade_state()
883 case DDI_HP_CN_STATE_PORT_PRESENT: in ddihp_port_upgrade_state()
955 case DDI_HP_CN_STATE_PORT_PRESENT: in ddihp_port_downgrade_state()
972 new_state = DDI_HP_CN_STATE_PORT_PRESENT; in ddihp_port_downgrade_state()
978 DDI_HP_CN_STATE_PORT_PRESENT; in ddihp_port_downgrade_state()
/titanic_41/usr/src/uts/common/sys/
H A Dddi_hp.h48 DDI_HP_CN_STATE_PORT_PRESENT = 0x6000, /* A Device Node Present */ enumerator
/titanic_41/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h43 (s == DDI_HP_CN_STATE_PORT_PRESENT) || \
H A Dhotplugd_door.c747 case DDI_HP_CN_STATE_PORT_PRESENT: in state_str()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c47 case DDI_HP_CN_STATE_PORT_PRESENT: in ddihp_get_cn_state()
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c948 DDI_HP_CN_STATE_PORT_PRESENT) { in pcie_hp_common_ops()
966 case DDI_HP_CN_STATE_PORT_PRESENT: in pcie_hp_common_ops()
981 case DDI_HP_CN_STATE_PORT_PRESENT: in pcie_hp_common_ops()
/titanic_41/usr/src/cmd/hotplug/
H A Dhotplug.c85 { DDI_HP_CN_STATE_PORT_PRESENT, "PORT-PRESENT", 1 },
/titanic_41/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c543 case DDI_HP_CN_STATE_PORT_PRESENT: in hp_set_state()