Searched refs:mhe_key (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | modhash.c | 564 entry->mhe_key = key; in i_mod_hash_insert_nosync() 676 if (MH_KEYCMP(hash, e->mhe_key, key) == 0) in i_mod_hash_remove_nosync() 693 MH_KEY_DESTROY(hash, e->mhe_key); in i_mod_hash_remove_nosync() 779 if (MH_KEYCMP(hash, e->mhe_key, key) == 0) { in i_mod_hash_find_nosync() 846 res = callback(e->mhe_key, e->mhe_val, arg); in i_mod_hash_walk_nosync() 886 MH_KEY_DESTROY(hash, e->mhe_key); in i_mod_hash_clear_nosync()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | modhash_impl.h | 45 mod_hash_key_t mhe_key; /* stored hash key */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 300 (uintptr_t)msd->msd_mhe.mhe_key != mwd->mwd_opt_k) in modent_format() 579 mdb_printf("%p\n", mhe.mhe_key); in modent_print() 583 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print()
|
/titanic_41/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1800 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key, in modent_summary() 1802 } else if (thw->thw_matchkey == (uintptr_t)mhe->mhe_key) { in modent_summary() 1806 mdb_printf("Object %p in IP stack %p:\n", mhe->mhe_key, in modent_summary()
|