Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c145 topo_child_first(tnode_t *pnode) in topo_child_first() function
169 return (topo_child_first(pnode)); in topo_child_next()
H A Dtopo_list.h50 extern tnode_t *topo_child_first(tnode_t *);
H A Dtopo_snap.c458 cnode = topo_child_first(node); in topo_walk_destroy()
487 if ((twp->tw_node = topo_child_first(root)) != NULL) { in topo_snap_destroy()
600 nnp = topo_child_first(cnp); in step_child()
H A Dtopo_node.c695 for (tmp = topo_child_first(node); tmp != NULL; in topo_node_facility()
831 if ((child = topo_child_first(node)) == NULL) { in topo_node_walk_init()
873 cnode = topo_child_first(pnode); in topo_node_child_walk()
H A Dtopo_xml.c1304 for (ct = topo_child_first(rd->rd_pn); in pad_process()
1711 ctn = topo_child_first(ptn); in decorate_nodes()
1829 ct = topo_child_first(rd->rd_pn); in topo_xml_range_process()
H A Dtopo_mod.c967 for (cnp = topo_child_first(node); cnp != NULL; in topo_mod_hc_occupied()
H A Dhc.c1269 for (np = topo_child_first(pnp); np != NULL; in hc_walk_sibling()