Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c249 struct mod_hash_entry mhe; in modchain_walk_step() local
255 if (mdb_vread(&mhe, sizeof (mhe), wsp->walk_addr) == -1) { in modchain_walk_step()
261 status = wsp->walk_callback(wsp->walk_addr, &mhe, wsp->walk_cbdata); in modchain_walk_step()
263 wsp->walk_addr = (uintptr_t)mhe.mhe_next; in modchain_walk_step()
565 struct mod_hash_entry mhe; in modent_print() local
572 if (mdb_vread(&mhe, sizeof (mhe), addr) == -1) { in modent_print()
578 mdb_printf("%p\n", mhe.mhe_key); in modent_print()
580 mdb_printf("%p\n", mhe.mhe_val); in modent_print()
582 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print()
587 mdb_printf(" %?p %s\n", mhe.mhe_val, keystr); in modent_print()
H A Dtsol.c178 const struct mod_hash_entry *mhe = data; in tnrhtp_walk_callback() local
182 if (mdb_vread(&tpc, sizeof (tpc), (uintptr_t)mhe->mhe_val) == -1) { in tnrhtp_walk_callback()
183 mdb_warn("failed to read tsol_tpc_t at %p", mhe->mhe_val); in tnrhtp_walk_callback()
186 return (twd->old_callback((uintptr_t)mhe->mhe_val, &tpc, in tnrhtp_walk_callback()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c288 struct hostent mhe; local
361 mhe = *he;
376 mhe.h_addr_list = (char **)mergeAddrs;
394 mhe.h_aliases = mergeAliases;
397 mhe.h_length = sizeof (struct in6_addr);
398 mhe.h_addrtype = AF_INET6;
399 he = &mhe;
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1789 const struct mod_hash_entry *mhe = data; in modent_summary() local
1792 if (mdb_vread(&th, sizeof (th), (uintptr_t)mhe->mhe_val) == -1) { in modent_summary()
1793 mdb_warn("failed to read th_trace_t %p", mhe->mhe_val); in modent_summary()
1801 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key, in modent_summary()
1802 mhe->mhe_val, th.th_refcnt, th.th_id); in modent_summary()
1803 } else if (thw->thw_matchkey == (uintptr_t)mhe->mhe_key) { in modent_summary()
1807 mdb_printf("Object %p in IP stack %p:\n", mhe->mhe_key, in modent_summary()