Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c42 static topo_modhash_t tmh; variable
641 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()
651 (uintptr_t)(tmh.mh_hash)) != sizeof (tnode_t *)) { in tmod_walk_init()
654 tmh.mh_hash); in tmod_walk_init()
687 else if (++hash_idx < tmh.mh_hashlen) in tmod_walk_step()
689 (uintptr_t)(tmh.mh_hash+hash_idx)) != sizeof (tnode_t *)) { in tmod_walk_step()
692 sizeof (tnode_t *), tmh.mh_hash+hash_idx); in tmod_walk_step()