Symbol: tg_edge_t
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1218
tg_edge_t *edge;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1271
edge = mdb_zalloc(sizeof (tg_edge_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1436
typegraph_node_addtype(tg_node_t *node, tg_edge_t *edge, mdb_ctf_id_t rtype,
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1472
tg_edge_t *e;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1618
tg_edge_t *e;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2040
tg_edge_t *e;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2126
tg_edge_t *e, *edge = node->tgn_outgoing;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
213
tg_edge_t *tgt_redge; /* referring edge */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
225
tg_edge_t *tgn_incoming; /* incoming edges */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
226
tg_edge_t *tgn_outgoing; /* outgoing edges */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2263
tg_edge_t *e;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
253
tg_edge_t *tgto_edge; /* outbound edge */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2555
tg_edge_t *e;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
267
tg_edge_t *tgps_edge; /* current edge */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
361
tg_edge_t *, const char **);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
554
tg_edge_t *e = toffs->tgto_edge;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
693
typegraph_type_offset(mdb_ctf_id_t type, size_t offset, tg_edge_t *e,