Searched refs:all_paths (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_digraph.c | 535 topo_list_t *all_paths, const char *curr_path, in visit_vertex() argument 598 topo_list_append(all_paths, pathnode); in visit_vertex() 608 if (visit_vertex(thp, edge->tve_vertex, to, all_paths, pathstr, in visit_vertex() 638 topo_list_t all_paths = { 0 }; in topo_digraph_paths() local 665 ret = visit_vertex(thp, edge->tve_vertex, to, &all_paths, in topo_digraph_paths() 689 for (i = 0, path = topo_list_next(&all_paths); path != NULL; in topo_digraph_paths() 695 path = topo_list_next(&all_paths); in topo_digraph_paths() 707 path = topo_list_next(&all_paths); in topo_digraph_paths()
|