Lines Matching defs:child
48 extern int rootnex_name_child(dev_info_t *child, char *name, int namelen);
295 rootnex_name_child_impl(dev_info_t *child, char *name, int namelen)
310 if (ddi_get_parent_data(child) == NULL) {
311 make_ddi_ppd(child, &pdptr);
312 ddi_set_parent_data(child, pdptr);
319 if (sparc_pd_getnreg(child) == 0) {
322 rp = sparc_pd_getreg(child, 0);
328 node_name = ddi_node_name(child);
344 if (ndi_prop_update_int(DDI_DEV_T_NONE, child, "upa-portid",
351 * Name node on behalf of child nexus.
353 if (ddi_get_parent(child) != ddi_root_node()) {
364 portid = ddi_prop_get_int(DDI_DEV_T_ANY, child,
367 portid = ddi_prop_get_int(DDI_DEV_T_ANY, child,
369 nodeid = ddi_prop_get_int(DDI_DEV_T_ANY, child,
384 DEVI(child)->devi_node_name);
403 /* Name the child */
418 * If there are no "reg"s in the child node, return.