Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c229 mdb_ctf_id_t tgn_type; /* known type */ member
1162 node->tgn_type = type; in typegraph_kmem()
1221 src->tgn_type = type; in typegraph_build_anchored()
1405 node->tgn_type = *type; in typegraph_thread()
1466 if (mdb_ctf_type_valid(node->tgn_type)) { in typegraph_stats_node()
1783 typegraph_pass1_node(&tg_node[i], tg_node[i].tgn_type); in typegraph_pass1()
1795 if (mdb_ctf_type_valid(node->tgn_type)) in typegraph_pass2_node()
1979 if (mdb_ctf_type_valid(node->tgn_type)) in typegraph_pass3()
2032 if (mdb_ctf_type_valid(node->tgn_type)) in typegraph_pass4_node()
2051 if (!mdb_ctf_type_valid(ntype = n->tgn_type)) { in typegraph_pass4_node()
[all …]