Searched defs:mhe (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsol.c180 const struct mod_hash_entry *mhe = data; local
184 if (mdb_vread(&tpc, sizeof (tpc), (uintptr_t)mhe->mhe_val) == -1) {
185 mdb_warn("failed to read tsol_tpc_t at %p", mhe->mhe_val);
188 return (twd->old_callback((uintptr_t)mhe->mhe_val, &tpc,
H A Dmodhash.c250 struct mod_hash_entry mhe; local
256 if (mdb_vread(&mhe, sizeof (mhe), wsp->walk_addr) == -1) {
262 status = wsp->walk_callback(wsp->walk_addr, &mhe, wsp->walk_cbdata);
264 wsp->walk_addr = (uintptr_t)mhe.mhe_next;
566 struct mod_hash_entry mhe; local
573 if (mdb_vread(&mhe, sizeof (mhe), addr) == -1) {
579 mdb_printf("%p\n", mhe.mhe_key);
581 mdb_printf("%p\n", mhe
[all...]
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c290 struct hostent mhe; local
363 mhe = *he;
378 mhe.h_addr_list = (char **)mergeAddrs;
396 mhe.h_aliases = mergeAliases;
399 mhe.h_length = sizeof (struct in6_addr);
400 mhe.h_addrtype = AF_INET6;
401 he = &mhe;
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1788 const struct mod_hash_entry *mhe = data; local
1791 if (mdb_vread(&th, sizeof (th), (uintptr_t)mhe->mhe_val) == -1) {
1792 mdb_warn("failed to read th_trace_t %p", mhe->mhe_val);
1800 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key,
1801 mhe->mhe_val, th.th_refcnt, th.th_id);
1802 } else if (thw->thw_matchkey == (uintptr_t)mhe->mhe_key) {
1806 mdb_printf("Object %p in IP stack %p:\n", mhe->mhe_key,

Completed in 69 milliseconds