Lines Matching defs:child
168 pcieb_plat_initchild(dev_info_t *child)
175 if (ddi_prop_exists(DDI_DEV_T_NONE, child, DDI_PROP_DONTPASS,
179 ddi_set_parent_data(child, (void *)ppd);
183 pcieb_plat_uninitchild(dev_info_t *child)
189 if ((intptr_t)ddi_get_parent_data(child) == 1)
190 ddi_set_parent_data(child, NULL);
272 * These are PLX specific workarounds called during child's initchild.
275 pcieb_init_plx_workarounds(pcieb_devstate_t *pcieb, dev_info_t *child)
290 * the downstream port to the child device.
304 if (pci_config_setup(child, &config_handle) != DDI_SUCCESS) {
313 pcieb_set_pci_perf_parameters(child, config_handle);