Searched refs:cn_type (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | hotplug.c | 68 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 D | ddi_hp.h | 93 ddi_hp_cn_type_t cn_type; /* Type: Port, PCI, PCIE, ... */ member
|
H A D | ddi_hp_impl.h | 45 (hdlp->cn_info.cn_type == DDI_HP_CN_TYPE_VIRTUAL_PORT)
|
/titanic_41/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 616 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 D | pcishpc.c | 1007 slot_p->hs_info.cn_type = DDI_HP_CN_TYPE_PCI; in pcishpc_register_slot()
|
H A D | pciehpc.c | 776 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 D | pciehpc_acpi.c | 237 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 D | ddi_hp_impl.c | 777 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 D | devinfo.c | 3573 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()
|