Home
last modified time | relevance | path

Searched refs:pn_child (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/promif/
H A Dprom_emul.c125 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()
/titanic_50/usr/src/uts/sun4v/promif/
H A Dpromif_stree.c52 struct prom_node *pn_child; member
117 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()
/titanic_50/usr/src/uts/intel/sys/
H A Dprom_emul.h54 struct prom_node *pn_child; member