Home
last modified time | relevance | path

Searched refs:cn_child (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c580 if (hdlp->cn_info.cn_child == NULL) { in ddihp_port_ops()
590 switch (i_ddi_node_state(hdlp->cn_info.cn_child)) { in ddihp_port_ops()
614 ddi_get_devstate(hdlp->cn_info.cn_child) != in ddihp_port_ops()
1027 cdip = h->cn_info.cn_child; in ddihp_cn_change_children_state()
1136 ASSERT(hdlp->cn_info.cn_child == NULL); in ddihp_port_upgrade_state()
1137 hdlp->cn_info.cn_child = cdip; in ddihp_port_upgrade_state()
1144 cdip = hdlp->cn_info.cn_child; in ddihp_port_upgrade_state()
1226 cdip = hdlp->cn_info.cn_child; in ddihp_port_downgrade_state()
H A Ddevcfg.c767 if (hdlp->cn_info.cn_child == dip) in unlink_node()
768 hdlp->cn_info.cn_child = NULL; in unlink_node()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h110 dev_info_t *cn_child; member
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c242 slot_p->hs_info.cn_child = NULL; in pciehpc_acpi_slotinfo_init()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c868 cn_info->cn_child = dip; in pcie_hp_register_port()
H A Dpcishpc.c1013 slot_p->hs_info.cn_child = NULL; in pcishpc_register_slot()
H A Dpciehpc.c1516 slot_p->hs_info.cn_child = NULL; in pciehpc_slotinfo_init()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3587 hp->hp_child = hp_hdl->cn_info.cn_child; in di_gethpdata()