Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c568 entry->mhe_key = key; in i_mod_hash_insert_nosync()
680 if (MH_KEYCMP(hash, e->mhe_key, key) == 0) in i_mod_hash_remove_nosync()
697 MH_KEY_DESTROY(hash, e->mhe_key); in i_mod_hash_remove_nosync()
783 if (MH_KEYCMP(hash, e->mhe_key, key) == 0) { in i_mod_hash_find_nosync()
850 res = callback(e->mhe_key, e->mhe_val, arg); in i_mod_hash_walk_nosync()
890 MH_KEY_DESTROY(hash, e->mhe_key); in i_mod_hash_clear_nosync()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h43 mod_hash_key_t mhe_key; /* stored hash key */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c299 (uintptr_t)msd->msd_mhe.mhe_key != mwd->mwd_opt_k) in modent_format()
578 mdb_printf("%p\n", mhe.mhe_key); in modent_print()
582 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1824 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key, in modent_summary()
1826 } else if (thw->thw_matchkey == (uintptr_t)mhe->mhe_key) { in modent_summary()
1830 mdb_printf("Object %p in IP stack %p:\n", mhe->mhe_key, in modent_summary()