Symbol: topo_vertex_t
usr/src/lib/fm/topo/libtopo/common/libtopo.h
448
int (*)(topo_hdl_t *, topo_vertex_t *, boolean_t, void *), void *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
449
extern tnode_t *topo_vertex_node(topo_vertex_t *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
450
extern int topo_edge_iter(topo_hdl_t *, topo_vertex_t *,
usr/src/lib/fm/topo/libtopo/common/libtopo.h
453
topo_vertex_t *, topo_vertex_t *, topo_path_t ***, uint_t *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
458
extern topo_vertex_t *topo_node_vertex(tnode_t *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
73
topo_vertex_t *tspc_vertex;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
256
topo_vertex_t *
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
260
topo_vertex_t *vtx = NULL;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
269
if ((vtx = topo_mod_zalloc(mod, sizeof (topo_vertex_t))) == NULL ||
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
312
topo_mod_free(mod, vtx, sizeof (topo_vertex_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
321
topo_vertex_node(topo_vertex_t *vtx)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
331
topo_vertex_destroy(topo_mod_t *mod, topo_vertex_t *vtx)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
356
topo_mod_free(mod, vtx, sizeof (topo_vertex_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
371
int (*func)(topo_hdl_t *, topo_vertex_t *, boolean_t, void *), void *arg)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
375
for (topo_vertex_t *vtx = topo_list_next(&tdg->tdg_vertices);
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
407
topo_edge_new(topo_mod_t *mod, topo_vertex_t *from, topo_vertex_t *to)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
457
topo_edge_iter(topo_hdl_t *thp, topo_vertex_t *vtx,
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
534
visit_vertex(topo_hdl_t *thp, topo_vertex_t *vtx, topo_vertex_t *to,
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
635
topo_digraph_paths(topo_hdl_t *thp, topo_digraph_t *tdg, topo_vertex_t *from,
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
636
topo_vertex_t *to, topo_path_t ***paths, uint_t *npaths)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.h
57
topo_vertex_t *tve_vertex;
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1336
topo_vertex_t *vtx = NULL;
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
662
serialize_vertex(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
803
topo_vertex_t *from_vtx;
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
804
topo_vertex_t *to_vtx;
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
808
edge_cb(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx, void *arg)
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
925
add_props(topo_hdl_t *thp, topo_vertex_t *vtx, nvlist_t *pgroups)
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
330
extern topo_vertex_t *topo_vertex_new(topo_mod_t *, const char *,
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
332
extern void topo_vertex_destroy(topo_mod_t *mod, topo_vertex_t *vtx);
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
334
extern int topo_edge_new(topo_mod_t *, topo_vertex_t *, topo_vertex_t *);
usr/src/lib/fm/topo/libtopo/common/topo_node.c
268
topo_vertex_t *
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
516
topo_vertex_t *vtx;
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
528
topo_vertex_t *tmp = vtx;
usr/src/lib/fm/topo/libtopo/common/topo_tree.h
76
topo_vertex_t *tn_vtx; /* NULL for tree topologies */
usr/src/test/os-tests/tests/libtopo/digraph-test.c
118
topo_vertex_t **vertices;
usr/src/test/os-tests/tests/libtopo/digraph-test.c
122
test_paths_cb(topo_hdl_t *thp, topo_vertex_t *vtx, boolean_t last_vtx,
usr/src/test/os-tests/tests/libtopo/digraph-test.c
136
topo_vertex_t *vertices[TEST_GRAPH_SZ];