Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c41 static topo_modhash_t tmh; variable
640 if (mdb_vread(&tmh, sizeof (topo_modhash_t), (uintptr_t)th.th_modhash) in tmod_walk_init()
650 (uintptr_t)(tmh.mh_hash)) != sizeof (tnode_t *)) { in tmod_walk_init()
653 tmh.mh_hash); in tmod_walk_init()
686 else if (++hash_idx < tmh.mh_hashlen) in tmod_walk_step()
688 (uintptr_t)(tmh.mh_hash+hash_idx)) != sizeof (tnode_t *)) { in tmod_walk_step()
691 sizeof (tnode_t *), tmh.mh_hash+hash_idx); in tmod_walk_step()