Lines Matching defs:child
46 extern int rootnex_name_child(dev_info_t *child, char *name, int namelen);
146 rootnex_name_child_impl(dev_info_t *child, char *name, int namelen)
161 if (ddi_get_parent_data(child) == NULL) {
162 make_ddi_ppd(child, &pdptr);
163 ddi_set_parent_data(child, pdptr);
170 if (sparc_pd_getnreg(child) == 0) {
173 rp = sparc_pd_getreg(child, 0);
177 * Name node on behalf of child nexus.
179 if (ddi_get_parent(child) != ddi_root_node()) {
214 cmn_err(CE_PANIC, "rootnex: wrong bustype: %x child: %s\n",
215 rp->regspec_bustype, ddi_node_name(child));
237 /* Name the child */
252 * If there are no "reg"s in the child node, return.