Home
last modified time | relevance | path

Searched refs:mhe_val (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c184 if (mdb_vread(&tpc, sizeof (tpc), (uintptr_t)mhe->mhe_val) == -1) { in tnrhtp_walk_callback()
185 mdb_warn("failed to read tsol_tpc_t at %p", mhe->mhe_val); in tnrhtp_walk_callback()
188 return (twd->old_callback((uintptr_t)mhe->mhe_val, &tpc, in tnrhtp_walk_callback()
H A Dmodhash.c305 (uintptr_t)msd->msd_mhe.mhe_val != mwd->mwd_opt_v) in modent_format()
581 mdb_printf("%p\n", mhe.mhe_val); in modent_print()
588 mdb_printf(" %?p %s\n", mhe.mhe_val, keystr); in modent_print()
/titanic_41/usr/src/uts/common/os/
H A Dmodhash.c565 entry->mhe_val = val; in i_mod_hash_insert_nosync()
695 *val = e->mhe_val; in i_mod_hash_remove_nosync()
780 *val = e->mhe_val; in i_mod_hash_find_nosync()
846 res = callback(e->mhe_key, e->mhe_val, arg); in i_mod_hash_walk_nosync()
887 MH_VAL_DESTROY(hash, e->mhe_val); in i_mod_hash_clear_nosync()
/titanic_41/usr/src/uts/common/sys/
H A Dmodhash_impl.h46 mod_hash_val_t mhe_val; /* stored hash value */ member
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1791 if (mdb_vread(&th, sizeof (th), (uintptr_t)mhe->mhe_val) == -1) { in modent_summary()
1792 mdb_warn("failed to read th_trace_t %p", mhe->mhe_val); in modent_summary()
1801 mhe->mhe_val, th.th_refcnt, th.th_id); in modent_summary()