Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c68 char cn_type[15]; in hotplug_print() local
78 hdl.cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) { in hotplug_print()
79 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug_print()
91 cn_type, cn_name); in hotplug_print()
112 char cn_type[15]; in hotplug() local
150 if (mdb_readstr(cn_type, sizeof (cn_type), in hotplug()
161 ddihp_get_cn_state(hdl.cn_info.cn_state), cn_type, cn_name); in hotplug()
/titanic_41/usr/src/uts/common/sys/
H A Dddi_hp.h93 ddi_hp_cn_type_t cn_type; /* Type: Port, PCI, PCIE, ... */ member
H A Dddi_hp_impl.h45 (hdlp->cn_info.cn_type == DDI_HP_CN_TYPE_VIRTUAL_PORT)
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c616 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) { in pcie_hp_unregister_ports_cb()
648 if (info->cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) in pcie_hp_get_port_state()
867 cn_info->cn_type = DDI_HP_CN_TYPE_VIRTUAL_PORT; in pcie_hp_register_port()
H A Dpcishpc.c1007 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCI; in pcishpc_register_slot()
H A Dpciehpc.c776 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE; in pciehpc_slotinfo_init()
/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c237 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCIE; in pciehpc_acpi_slotinfo_init()
/titanic_41/usr/src/uts/common/os/
H A Dddi_hp_impl.c777 if (h->cn_info.cn_type != DDI_HP_CN_TYPE_VIRTUAL_PORT) in ddihp_cn_change_children_state()
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c3573 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()