Symbol: tg_node
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1231
src = &tg_node[tg_nnodes + tg_nanchored++];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1592
typegraph_stats_node(&tg_node[i], &stats);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1796
typegraph_pass1_node(&tg_node[i], tg_node[i].tgn_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
195
struct tg_node;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1955
typegraph_pass2_node(&tg_node[i]);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
198
struct tg_node *tge_src; /* source node */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
199
struct tg_node *tge_dest; /* destination node */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1990
list = (tg_type_t **)((uintptr_t)(node = &tg_node[i]) + loffs);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2108
if (tg_node[i].tgn_typelist != NULL)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2110
typegraph_pass4_node(&tg_node[i]);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2218
tg_node[i].tgn_postmarked = 0;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2225
node = &tg_node[i];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2231
node = &tg_node[i];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2269
tg_node[i].tgn_marked = 0;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2270
tg_node[i].tgn_postmarked = 0;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2272
for (e = tg_node[i].tgn_incoming; e != NULL; e = e->tge_nextin)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2336
tg_sorted[i] = &tg_node[i];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2440
tgp = tg_node = mdb_zalloc(sizeof (tg_node_t) * est, UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2442
mdb_ctf_type_invalidate(&tg_node[i].tgn_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2454
tg_nnodes = tgp - tg_node;
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2785
node = &tg_node[ndx];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2813
node = &tg_node[ndx];
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3125
findlocks_node(&tg_node[i], &fl);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
342
static tg_node_t *tg_node; /* array of nodes */
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3428
findfalse_node(&tg_node[i]);