Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c269 if (di_hp_type(hp) != DDI_HP_CN_TYPE_VIRTUAL_PORT) in copy_hotplug()
309 if (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT) in copy_hotplug()
506 if (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT) in new_hotplug_node()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h66 DDI_HP_CN_TYPE_VIRTUAL_PORT = 0x1, /* Virtual Hotplug Port */ enumerator
H A Dddi_hp_impl.h51 (hdlp->cn_info.cn_type == DDI_HP_CN_TYPE_VIRTUAL_PORT)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c79 hdl.cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) { in hotplug_print()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c618 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) { in pcie_hp_unregister_ports_cb()
650 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) in pcie_hp_get_port_state()
869 cn_info->cn_type = DDI_HP_CN_TYPE_VIRTUAL_PORT; in pcie_hp_register_port()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c1020 if (h->cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) in ddihp_cn_change_children_state()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2553 (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT)) in di_walk_hp_callback()
2558 !(di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT)) in di_walk_hp_callback()