Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c570 entry->mhe_next = hash->mh_entries[hashidx]; in i_mod_hash_insert_nosync()
679 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_remove_nosync()
690 hash->mh_entries[hashidx] = e->mhe_next; in i_mod_hash_remove_nosync()
692 ep->mhe_next = e->mhe_next; in i_mod_hash_remove_nosync()
782 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_find_nosync()
851 e = e->mhe_next; in i_mod_hash_walk_nosync()
893 e = e->mhe_next; in i_mod_hash_clear_nosync()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h45 struct mod_hash_entry *mhe_next; /* next item in chain */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c226 wsp->walk_addr = (uintptr_t)hwp->hwalk_msd.msd_mhe.mhe_next; in modent_walk_step()
263 wsp->walk_addr = (uintptr_t)mhe.mhe_next; in modchain_walk_step()