Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c169 mod_hash_t *mh_head = NULL; variable
463 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
464 mh_head = mod_hash; in mod_hash_create_extended()
484 if (hash == mh_head) { /* removing 1st list elem */ in mod_hash_destroy_hash()
485 mh_head = mh_head->mh_next; in mod_hash_destroy_hash()
492 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c100 mod_hash_t *mh_head; in modhash_walk_init() local
102 if (mdb_readvar(&mh_head, "mh_head") == -1) { in modhash_walk_init()
106 wsp->walk_addr = (uintptr_t)mh_head; in modhash_walk_init()