Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c378 boolean_t last_vtx = B_FALSE; in topo_vertex_iter() local
381 last_vtx = B_TRUE; in topo_vertex_iter()
383 ret = func(thp, vtx, last_vtx, arg); in topo_vertex_iter()
H A Dtopo_digraph_xml.c662 serialize_vertex(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx, in serialize_vertex() argument
808 edge_cb(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx, void *arg) in edge_cb() argument
/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c122 test_paths_cb(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx, in test_paths_cb() argument