Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers226 topo_vertex_iter;
H A Dlibtopo.h447 extern int topo_vertex_iter(topo_hdl_t *, topo_digraph_t *,
H A Dtopo_digraph_xml.c759 if (topo_vertex_iter(thp, tdg, serialize_vertex, fp) != 0) { in topo_digraph_serialize()
862 if (topo_vertex_iter(mod->tm_hdl, tdg, edge_cb, &cbarg) != 0) { in deserialize_edges()
H A Dtopo_digraph.c370 topo_vertex_iter(topo_hdl_t *thp, topo_digraph_t *tdg, in topo_vertex_iter() function
/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c143 if (topo_vertex_iter(thp, tdg, test_paths_cb, &cbarg) != 0) { in test_paths()