Searched refs:topo_vertex_iter (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 226 topo_vertex_iter;
|
H A D | libtopo.h | 447 extern int topo_vertex_iter(topo_hdl_t *, topo_digraph_t *,
|
H A D | topo_digraph_xml.c | 759 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 D | topo_digraph.c | 370 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 D | digraph-test.c | 143 if (topo_vertex_iter(thp, tdg, test_paths_cb, &cbarg) != 0) { in test_paths()
|