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;
464 mh_head = mod_hash;
484 if (hash == mh_head) { /* removing 1st list elem */
485 mh_head = mh_head->mh_next;
492 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c101 mod_hash_t *mh_head; local
103 if (mdb_readvar(&mh_head, "mh_head") == -1) {
104 mdb_warn("failed to read mh_head");
107 wsp->walk_addr = (uintptr_t)mh_head;

Completed in 61 milliseconds