Searched refs:pn_child (Results 1 – 3 of 3) sorted by relevance
125 pnp->pn_child = promif_create_node(cdip); in promif_create_children()126 promif_create_peers(pnp->pn_child, cdip); in promif_create_children()127 pnp = pnp->pn_child; in promif_create_children()147 if (pnp->pn_child) in find_node_work()148 if ((qnp = find_node_work(pnp->pn_child, n)) != NULL) in find_node_work()193 if (pnp && pnp->pn_child) in promif_childnode()194 return (pnp->pn_child->pn_nodeid); in promif_childnode()
52 struct prom_node *pn_child; member117 if (pnp && pnp->pn_child) in promif_stree_childnode()118 return (pnp->pn_child->pn_nodeid); in promif_stree_childnode()207 if (snp->pn_child) in find_node_work()208 if ((nnp = find_node_work(snp->pn_child, node)) != NULL) in find_node_work()345 pnp->pn_child = cnp; in create_children()467 if (pnp->pn_child != NULL) { in promif_dump_tree()469 promif_dump_tree(pnp->pn_child); in promif_dump_tree()
54 struct prom_node *pn_child; member