Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c142 topo_child_first(tnode_t *pnode) in topo_child_first() function
166 return (topo_child_first(pnode)); in topo_child_next()
H A Dtopo_list.h47 extern tnode_t *topo_child_first(tnode_t *);
H A Dtopo_snap.c411 cnode = topo_child_first(node); in topo_walk_destroy()
439 if ((twp->tw_node = topo_child_first(root)) != NULL) { in topo_snap_destroy()
530 nnp = topo_child_first(cnp); in step_child()
H A Dtopo_node.c677 for (tmp = topo_child_first(node); tmp != NULL; in topo_node_facility()
815 if ((child = topo_child_first(node)) == NULL) { in topo_node_walk_init()
857 cnode = topo_child_first(pnode); in topo_node_child_walk()
H A Dtopo_xml.c1316 for (ct = topo_child_first(rd->rd_pn); in pad_process()
1694 ctn = topo_child_first(ptn); in decorate_nodes()
1812 ct = topo_child_first(rd->rd_pn); in topo_xml_range_process()
H A Dhc.c1323 for (np = topo_child_first(pnp); np != NULL; in hc_walk_sibling()