Lines Matching defs:child
440 * This function walks the child nodes of a given node, extracts
460 * Hold parent node busy to walk its child list
763 * Create "cpu" nodes as child nodes of a given "core" node.
863 * Create "core" nodes as child nodes of a given "cmp" node.
945 * Create "cmp" nodes as child nodes of the root node.
1146 opl_fc_ops_alloc_handle(dev_info_t *parent, dev_info_t *child,
1155 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size,
1158 rp->child = child;
1170 * Add the child's nodeid to our table...
1172 h = ddi_get_nodeid(rp->child);
1173 fc_add_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child, h);
1300 error = opl_map_phys(rp->child, &rspec, &virt, &acc, &h);
1444 error = ddi_peek64(rp->child, (int64_t *)virt,
1452 error = ddi_peek32(rp->child, (int32_t *)virt,
1460 error = ddi_peek16(rp->child, (int16_t *)virt,
1468 error = ddi_peek8(rp->child, (int8_t *)virt,
1576 error = ddi_poke64(rp->child, (int64_t *)virt, x);
1582 error = ddi_poke32(rp->child, (int32_t *)virt, l);
1588 error = ddi_poke16(rp->child, (int16_t *)virt, w);
1594 error = ddi_poke8(rp->child, (int8_t *)virt, b);
1796 h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child);
2525 * Hold parent node busy to walk its child list