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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c68 char cn_type[15]; local
78 hdl.cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) {
79 if (mdb_readstr(cn_type, sizeof (cn_type),
81 mdb_warn("Failed to read cn_type!\n");
91 cn_type, cn_name);
112 char cn_type[15]; local
151 if (mdb_readstr(cn_type, sizeof (cn_type),
153 mdb_warn("Failed to read cn_type!\
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h93 ddi_hp_cn_type_t cn_type; /* Type: Port, PCI, PCIE, ... */ member in struct:ddi_hp_cn_info
H A Dddi_hp_impl.h45 (hdlp->cn_info.cn_type == DDI_HP_CN_TYPE_VIRTUAL_PORT)
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c616 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) {
648 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT)
867 cn_info->cn_type = DDI_HP_CN_TYPE_VIRTUAL_PORT;
H A Dpciehpc.c776 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE;
H A Dpcishpc.c1007 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCI;
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c237 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE;
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c777 if (h->cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3573 me->hp_type = (int)hp_hdl->cn_info.cn_type;

Completed in 84 milliseconds