Lines Matching defs:child
2520 "cardbus_probe_children(): Failed to alloc child node\n");
2582 * Child node properties NOTE: Both for PCI-PCI bridge and child node
3045 * Attach the child to its parent
3096 "cardbus_add_isa_child(): Failed to alloc child node\n");
3268 dev_info_t *child;
3271 while (child = ddi_get_child(dip)) {
3272 ASSERT(i_ddi_node_state(child) <= DS_LINKED);
3277 (void) i_ndi_unconfig_node(child, DS_PROTO, 0);
3279 DEVI(child)->devi_parent = DEVI(parent);
3280 DEVI(child)->devi_bus_ctl = DEVI(parent);
3282 (void) i_ndi_config_node(child, DS_LINKED, 0);
3486 "child addr 0x%x.0x%x.0x%x size 0x%x.0x%x\n",
3856 * NOTE: These are for both a child and PCI-PCI bridge node