Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c149 if (topo_digraph_paths(thp, tdg, vertices[0], vertices[4], &paths, in test_paths()
164 if (topo_digraph_paths(thp, tdg, vertices[6], vertices[4], &paths, in test_paths()
179 if (topo_digraph_paths(thp, tdg, vertices[5], vertices[1], &paths, in test_paths()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers52 topo_digraph_paths;
H A Dlibtopo.h452 extern int topo_digraph_paths(topo_hdl_t *, topo_digraph_t *,
H A Dtopo_digraph.c635 topo_digraph_paths(topo_hdl_t *thp, topo_digraph_t *tdg, topo_vertex_t *from, in topo_digraph_paths() function