Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1033 typegraph_buf(uintptr_t addr, void *ignored, tg_nodedata_t *tgd) in typegraph_buf() argument
1035 tg_node_t *node = tgd->tgd_next++; in typegraph_buf()
1036 uintptr_t limit = addr + tgd->tgd_size; in typegraph_buf()
1049 tg_nodedata_t tgd; in typegraph_kmem() local
1058 tgd.tgd_size = c->cache_bufsize; in typegraph_kmem()
1059 tgd.tgd_next = *tgp; in typegraph_kmem()
1061 if (mdb_pwalk("kmem", (mdb_walk_cb_t)typegraph_buf, &tgd, addr) == -1) { in typegraph_kmem()
1067 *tgp = tgd.tgd_next; in typegraph_kmem()
1166 *tgp = tgd.tgd_next; in typegraph_kmem()
1175 tg_nodedata_t tgd; in typegraph_seg() local
[all …]