Searched refs:topo_child_first (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.h47 extern tnode_t *topo_child_first(tnode_t *);
H A Dtopo_list.c142 topo_child_first(tnode_t *pnode) function
166 return (topo_child_first(pnode));
H A Dtopo_node.c677 for (tmp = topo_child_first(node); tmp != NULL;
815 if ((child = topo_child_first(node)) == NULL) {
857 cnode = topo_child_first(pnode);
H A Dtopo_snap.c411 cnode = topo_child_first(node);
439 if ((twp->tw_node = topo_child_first(root)) != NULL) {
530 nnp = topo_child_first(cnp);
H A Dtopo_xml.c1316 for (ct = topo_child_first(rd->rd_pn);
1694 ctn = topo_child_first(ptn);
1812 ct = topo_child_first(rd->rd_pn);
H A Dhc.c1320 for (np = topo_child_first(pnp); np != NULL;

Completed in 56 milliseconds