Searched refs:topo_child_next (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.h | 48 extern tnode_t *topo_child_next(tnode_t *, tnode_t *);
|
H A D | topo_list.c | 159 topo_child_next(tnode_t *pnode, tnode_t *node) in topo_child_next() function
|
H A D | topo_xml.c | 960 for (tmp = tn; tmp != NULL; tmp = topo_child_next(NULL, tmp)) { in pmeth_record() 1318 ct = topo_child_next(rd->rd_pn, ct)) { in pad_process() 1698 ctn = topo_child_next(ptn, ctn); in decorate_nodes() 1705 ctn = topo_child_next(ptn, ctn); in decorate_nodes() 1816 ct = topo_child_next(rd->rd_pn, ct); in topo_xml_range_process() 1826 ct = topo_child_next(rd->rd_pn, ct); in topo_xml_range_process()
|
H A D | topo_node.c | 678 tmp = topo_child_next(node, tmp)) { in topo_node_facility() 884 cnode = topo_child_next(pnode, cnode); in topo_node_child_walk()
|
H A D | topo_snap.c | 559 nnp = topo_child_next(cnp->tn_parent, cnp); in step_sibling()
|
H A D | hc.c | 1324 np = topo_child_next(pnp, np)) { in hc_walk_sibling()
|