Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c536 topo_list_t *curr_path_comps, uint_t *npaths) in visit_vertex() argument
557 for (topo_path_component_t *pc = topo_list_next(curr_path_comps); in visit_vertex()
573 topo_list_append(curr_path_comps, pathcomp); in visit_vertex()
588 curr_path_comps, sizeof (topo_path_component_t)) != 0) { in visit_vertex()
600 topo_list_delete(curr_path_comps, pathcomp); in visit_vertex()
609 curr_path_comps, npaths) != 0) in visit_vertex()
614 topo_list_delete(curr_path_comps, pathcomp); in visit_vertex()
641 topo_list_t curr_path_comps = { 0 }; in topo_digraph_paths() local
659 topo_list_append(&curr_path_comps, pathcomp); in topo_digraph_paths()
666 curr_path, &curr_path_comps, npaths); in topo_digraph_paths()