Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.h41 topo_list_t tdg_vertices; /* adjacency list */ member
H A Dtopo_digraph.c301 topo_list_append(&tdg->tdg_vertices, vtx); in topo_vertex_new()
375 for (topo_vertex_t *vtx = topo_list_next(&tdg->tdg_vertices); in topo_vertex_iter()
H A Dtopo_snap.c526 vtx = topo_list_next(&tdg->tdg_vertices); in topo_snap_destroy()