Home
last modified time | relevance | path

Searched refs:cn_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c69 char cn_type[15]; in hotplug_print() local
79 hdl.cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) { in hotplug_print()
80 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug_print()
92 cn_type, cn_name); in hotplug_print()
113 char cn_type[15]; in hotplug() local
153 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug()
164 ddihp_get_cn_state(hdl.cn_info.cn_state), cn_type, cn_name); in hotplug()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h99 ddi_hp_cn_type_t cn_type; /* Type: Port, PCI, PCIE, ... */ member
H A Dddi_hp_impl.h51 (hdlp->cn_info.cn_type == DDI_HP_CN_TYPE_VIRTUAL_PORT)
/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()
H A Dpcishpc.c1011 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCI; in pcishpc_register_slot()
H A Dpciehpc.c1513 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE; in pciehpc_slotinfo_init()
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c240 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE; in pciehpc_acpi_slotinfo_init()
/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/uts/common/io/
H A Ddevinfo.c3575 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()