Symbol: topo_digraph_t
usr/src/lib/fm/topo/libtopo/common/libtopo.h
446
extern topo_digraph_t *topo_digraph_get(topo_hdl_t *, const char *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
447
extern int topo_vertex_iter(topo_hdl_t *, topo_digraph_t *,
usr/src/lib/fm/topo/libtopo/common/libtopo.h
452
extern int topo_digraph_paths(topo_hdl_t *, topo_digraph_t *,
usr/src/lib/fm/topo/libtopo/common/libtopo.h
455
extern int topo_digraph_serialize(topo_hdl_t *, topo_digraph_t *, FILE *);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
456
extern topo_digraph_t *topo_digraph_deserialize(topo_hdl_t *, const char *,
usr/src/lib/fm/topo/libtopo/common/topo_builtin.c
110
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
131
topo_digraph_t *
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
134
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
144
static topo_digraph_t *
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
157
topo_digraph_t *
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
160
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
163
if ((tdg = topo_mod_zalloc(mod, sizeof (topo_digraph_t))) == NULL) {
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
211
topo_mod_free(mod, tdg, sizeof (topo_digraph_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
228
topo_digraph_destroy(topo_digraph_t *tdg)
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
239
topo_mod_free(mod, tdg, sizeof (topo_digraph_t));
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
261
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
370
topo_vertex_iter(topo_hdl_t *thp, topo_digraph_t *tdg,
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
409
topo_digraph_t *tdg;
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_xml.c
1332
deserialize_vertex(topo_hdl_t *thp, topo_mod_t *mod, topo_digraph_t *tdg,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1387
topo_digraph_t *
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
1395
topo_digraph_t *tdg, *ret = NULL;
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
721
topo_digraph_serialize(topo_hdl_t *thp, topo_digraph_t *tdg, FILE *fp)
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
842
deserialize_edges(topo_hdl_t *thp, topo_mod_t *mod, topo_digraph_t *tdg,
usr/src/lib/fm/topo/libtopo/common/topo_digraph_xml.c
880
add_edges(topo_hdl_t *thp, topo_mod_t *mod, topo_digraph_t *tdg,
usr/src/lib/fm/topo/libtopo/common/topo_fmri.c
178
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
326
extern topo_digraph_t *topo_digraph_new(topo_hdl_t *, topo_mod_t *,
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
328
extern void topo_digraph_destroy(topo_digraph_t *);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
257
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
473
topo_digraph_t *tdg;
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
852
for (topo_digraph_t *tdg = topo_list_next(&thp->th_digraphs);
usr/src/lib/fm/topo/libtopo/common/topo_subr.c
225
topo_digraph_t *tdg;
usr/src/test/os-tests/tests/libtopo/digraph-test.c
134
test_paths(topo_hdl_t *thp, topo_digraph_t *tdg)
usr/src/test/os-tests/tests/libtopo/digraph-test.c
201
test_serialize(topo_hdl_t *thp, topo_digraph_t *tdg, const char *path)
usr/src/test/os-tests/tests/libtopo/digraph-test.c
224
topo_digraph_t *tdg;
usr/src/test/os-tests/tests/libtopo/digraph-test.c
76
static topo_digraph_t *
usr/src/test/os-tests/tests/libtopo/digraph-test.c
82
topo_digraph_t *tdg = NULL;