Home
last modified time | relevance | path

Searched refs:mh_entries (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()
572 hash->mh_entries[hashidx] = entry; 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()
782 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) { in i_mod_hash_find_nosync()
848 e = hash->mh_entries[hashidx]; in i_mod_hash_walk_nosync()
888 e = hash->mh_entries[i]; in i_mod_hash_clear_nosync()
896 hash->mh_entries[i] = NULL; in i_mod_hash_clear_nosync()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h77 struct mod_hash_entry *mh_entries[1]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c175 retv = mdb_vread(hwp->hwalk_hash.mh_entries + 1, in modent_walk_init()
211 (uintptr_t)hwp->hwalk_hash.mh_entries[ in modent_walk_step()