Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c224 tg_type_t *tgn_fraglist; /* type fragment list */ member
1432 list = &node->tgn_fraglist; in typegraph_node_addtype()
1480 if (node->tgn_fraglist != NULL) { in typegraph_stats_node()
2019 loffs = offsetof(tg_node_t, tgn_fraglist); in typegraph_pass3()
2153 node->tgn_typelist == NULL && node->tgn_fraglist == NULL) { in typegraph_postpass_node()
2174 dest->tgn_typelist == NULL && dest->tgn_fraglist == NULL) { in typegraph_postpass_node()
2572 if ((tp = node->tgn_fraglist) == NULL) { in whattype()
2652 for (tp = node->tgn_fraglist; tp != NULL; tp = tp->tgt_next) { in whattype()
2675 n->tgn_fraglist != NULL ? "frgmnt" : "unknwn", in whattype()
2690 n->tgn_fraglist != NULL ? "frgmnt" : "unknwn", in whattype()
[all …]