Searched refs:topo_child_next (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.h | 51 extern tnode_t *topo_child_next(tnode_t *, tnode_t *);
|
H A D | topo_list.c | 162 topo_child_next(tnode_t *pnode, tnode_t *node) in topo_child_next() function
|
H A D | topo_xml.c | 973 for (tmp = tn; tmp != NULL; tmp = topo_child_next(NULL, tmp)) { in pmeth_record() 1306 ct = topo_child_next(rd->rd_pn, ct)) { in pad_process() 1715 ctn = topo_child_next(ptn, ctn); in decorate_nodes() 1722 ctn = topo_child_next(ptn, ctn); in decorate_nodes() 1833 ct = topo_child_next(rd->rd_pn, ct); in topo_xml_range_process() 1843 ct = topo_child_next(rd->rd_pn, ct); in topo_xml_range_process()
|
H A D | topo_node.c | 696 tmp = topo_child_next(node, tmp)) { in topo_node_facility() 900 cnode = topo_child_next(pnode, cnode); in topo_node_child_walk()
|
H A D | topo_snap.c | 629 nnp = topo_child_next(cnp->tn_parent, cnp); in step_sibling()
|
H A D | topo_mod.c | 968 cnp = topo_child_next(node, cnp)) { in topo_mod_hc_occupied()
|
H A D | hc.c | 1270 np = topo_child_next(pnp, np)) { in hc_walk_sibling()
|