/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 94 ddi_get_child(child) == NULL && bus_p->bus_hp_sup_modes == in npe_disable_empty_bridges_workaround() 248 dev_info_t *cdip = ddi_get_child(dip); in npe_enable_htmsi_children() 283 dev_info_t *cdip = ddi_get_child(dip); in npe_save_htconfig_children() 325 dev_info_t *cdip = ddi_get_child(dip); in npe_restore_htconfig_children()
|
/illumos-gate/usr/src/uts/sun4u/fjlite/os/ |
H A D | fjlite.c | 78 root_child_node = ddi_get_child(ddi_root_node()); in load_platform_drivers() 82 root_child_node = ddi_get_child(root_child_node); in load_platform_drivers()
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_driver.c | 75 if (cpr_suspend_devices(ddi_get_child(dip))) in cpr_suspend_devices() 225 error = cpr_resume_devices(ddi_get_child(dip), error);
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 318 if (xen_suspend_devices(ddi_get_child(dip))) in xen_suspend_devices() 407 error = xen_resume_devices(ddi_get_child(dip), error); in xen_resume_devices() 460 (void) xen_suspend_devices(ddi_get_child(xpvd_dip)); in xen_suspend_domain() 531 (void) xen_resume_devices(ddi_get_child(xpvd_dip), 0); in xen_suspend_domain()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_ddi_impl.c | 274 for (affin_dip = ddi_get_child(ddi_root_node()); affin_dip; in get_intr_mapping_reg() 295 for (affin_dip = ddi_get_child(ddi_root_node()); affin_dip; in get_intr_mapping_reg()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 630 ddi_walk_devs(ddi_get_child(self), cardbus_list_occupants, in create_occupant_props() 696 ddi_walk_devs(ddi_get_child(self), in cardbus_configure_ap() 758 ddi_walk_devs(ddi_get_child(self), cbus_configure, (void *)&ctrl); in cardbus_configure_ap() 884 if (ddi_get_child(dip) == NULL) in cbus_configure() 943 for (child = ddi_get_child(dip); child; child = next) { in cardbus_unconfigure_node() 1628 for (child_dip = ddi_get_child(cbp->cb_dip); child_dip; in cardbus_ioctl() 1758 for (next = ddi_get_child(dip); next; in cardbus_dump_pci_node()
|
/illumos-gate/usr/src/uts/intel/promif/ |
H A D | prom_emul.c | 124 dev_info_t *cdip = ddi_get_child(dip); in promif_create_children() 130 cdip = ddi_get_child(cdip); in promif_create_children()
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 237 cdip = ddi_get_child(dip); in pcie_hp_init() 459 ddi_walk_devs(ddi_get_child(dip), pcie_hp_match_dev_func, in pcie_hp_devi_find() 510 ddi_walk_devs(ddi_get_child(dip), pcie_hp_list_occupants, in pcie_hp_create_occupant_props() 587 for (cdip = ddi_get_child(dip); cdip; in pcie_hp_register_ports_for_dev()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devcfg.c | 2358 dup = find_sibling(ddi_get_child(pdip), cname, caddr, in find_duplicate_child() 2382 return (find_sibling(ddi_get_child(pdip), dname, ua, by, make_ua)); in ndi_devi_findchild_by_callback() 2395 dip = find_sibling(ddi_get_child(pdip), cname, caddr, in find_child_by_name() 2400 return (find_sibling(ddi_get_child(pdip), cname, caddr, in find_child_by_name() 2414 dip = find_sibling(ddi_get_child(pdip), cname, caddr, in find_child_by_driver() 2419 return (find_sibling(ddi_get_child(pdip), cname, caddr, in find_child_by_driver() 2445 dip = find_sibling(ddi_get_child(pdip), NULL, caddr, in find_child_by_addr() 2450 return (find_sibling(ddi_get_child(pdip), NULL, caddr, in find_child_by_addr() 2796 for (hwdip = ddi_get_child(pdip); hwdip; in ndi_merge_wildcard_node() 3587 if (walk_devs(ddi_get_child(head->dip), f, arg, do_locking) == in walk_devs() [all …]
|
H A D | pcifm.c | 1151 if (pci_fm_walk_devs(ddi_get_child(dip), f, in pci_fm_walk_devs() 1362 (void) pci_fm_walk_devs(ddi_get_child(dip), in pci_check_ranges() 1366 ddi_walk_devs(ddi_get_child(dip), pci_check_regs, in pci_check_ranges() 1422 (void) pci_fm_walk_devs(ddi_get_child(dip), in pci_check_ranges() 1426 ddi_walk_devs(ddi_get_child(dip), pci_check_regs, in pci_check_ranges()
|
H A D | autoconf.c | 364 di_dfs(ddi_get_child(dip), get_neighbors, 0); in i_ddi_create_branch()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 702 ddi_walk_devs(ddi_get_child(self), pcihp_list_occupants, in pcihp_create_occupant_props_nolock() 1490 ddi_walk_devs(ddi_get_child(self), pcihp_configure, in pcihp_configure_ap() 1587 ddi_walk_devs(ddi_get_child(self), pcihp_configure, (void *)&ctrl); in pcihp_configure_ap() 1688 ddi_walk_devs(ddi_get_child(self), pcihp_configure, in pcihp_unconfigure_ap() 1705 ddi_walk_devs(ddi_get_child(self), in pcihp_unconfigure_ap() 2195 ddi_walk_devs(ddi_get_child(dip), in pcihp_new_slot_state() 2503 ddi_walk_devs(ddi_get_child(pcihp_p->dip), in pcihp_event_handler() 2587 ddi_walk_devs(ddi_get_child(pcihp_p->dip), in pcihp_event_handler() 2604 ddi_walk_devs(ddi_get_child(pcihp_p->dip), in pcihp_event_handler() 3128 ddi_walk_devs(ddi_get_child(dip), pcihp_match_dev, (void *)&ctrl); in pcihp_devi_find()
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_quiesce.c | 233 if (sysctrl_suspend_devices(ddi_get_child(dip), pkt)) { in sysctrl_suspend_devices() 302 sysctrl_resume_devices(ddi_get_child(dip), pkt); in sysctrl_resume_devices()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 565 for (cdip = ddi_get_child(dip); cdip != NULL; in pcmu_child_cfg_save() 617 for (cdip = ddi_get_child(dip); cdip != NULL; in pcmu_child_cfg_restore()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 550 saf_dev = ddi_get_child(ap); in gptwocfg_get_obp_created_nodes() 567 saf_dev = ddi_get_child(ap); in gptwocfg_get_obp_created_nodes()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pwr.c | 552 for (cdip = ddi_get_child(dip); cdip != NULL; in pci_pwr_resume() 600 for (cdip = ddi_get_child(dip); cdip != NULL; in pci_pwr_suspend()
|
H A D | pci_util.c | 813 for (cdip = ddi_get_child(dip); cdip != NULL; in pci_child_cfg_save() 865 for (cdip = ddi_get_child(dip); cdip != NULL; in pci_child_cfg_restore()
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_quiesce.c | 322 if (sbdp_suspend_devices_(ddi_get_child(dip), srh)) { in sbdp_suspend_devices_() 483 sbdp_resume_devices(ddi_get_child(dip), srh);
|
/illumos-gate/usr/src/uts/sun4/io/fpc/ |
H A D | fpc-impl.c | 123 for (dip = ddi_get_child(dip); in fpc_perfcnt_module_init()
|
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_intr.c | 71 for (cdip = ddi_get_child(ddi_root_node()); cdip != NULL; in apic_check_msi_support()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2303 dev_info_t *dip = ddi_get_child(rcdip); in pcie_fab_init_bus() 2317 dev_info_t *dip = ddi_get_child(rcdip); in pcie_fab_fini_bus() 2689 dev_info_t *cdip = ddi_get_child(dip); in pcie_is_child() 2723 dev_info_t *cdip = ddi_get_child(dip); in pcie_root_port() 2995 for (cdip = ddi_get_child(dip); cdip; in pcie_func_to_dip() 3168 for (cdip = ddi_get_child(dip); cdip != NULL; in pcie_link_bw_taskq()
|
H A D | pcie_pwr.c | 880 for (cdip = ddi_get_child(dip); cdip != NULL; in pcie_pwr_resume() 990 for (cdip = ddi_get_child(dip); cdip != NULL; in pcie_pwr_suspend()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | isa.c | 1314 for (xdip = ddi_get_child(isa_dip); xdip != NULL; in enumerate_BIOS_serial() 1381 for (xdip = ddi_get_child(isa_dip); xdip != NULL; ) { in enumerate_BIOS_serial() 1420 for (cdip = ddi_get_child(isa_dip); cdip != NULL; in adjust_prtsz()
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 363 if (dr_suspend_devices(ddi_get_child(dip), srh)) { in dr_suspend_devices() 505 dr_resume_devices(ddi_get_child(dip), srh); in dr_resume_devices()
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_quiesce.c | 364 if (dr_suspend_devices(ddi_get_child(dip), srh)) { in dr_suspend_devices() 506 dr_resume_devices(ddi_get_child(dip), srh); in dr_resume_devices()
|