Searched refs:mhe (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 250 struct mod_hash_entry mhe; in modchain_walk_step() local 256 if (mdb_vread(&mhe, sizeof (mhe), wsp->walk_addr) == -1) { in modchain_walk_step() 262 status = wsp->walk_callback(wsp->walk_addr, &mhe, wsp->walk_cbdata); in modchain_walk_step() 264 wsp->walk_addr = (uintptr_t)mhe.mhe_next; in modchain_walk_step() 566 struct mod_hash_entry mhe; in modent_print() local 573 if (mdb_vread(&mhe, sizeof (mhe), addr) == -1) { in modent_print() 579 mdb_printf("%p\n", mhe.mhe_key); in modent_print() 581 mdb_printf("%p\n", mhe.mhe_val); in modent_print() 583 htep->hte_format(mhe.mhe_key, keystr, sizeof (keystr)); in modent_print() 588 mdb_printf(" %?p %s\n", mhe.mhe_val, keystr); in modent_print()
|
H A D | tsol.c | 180 const struct mod_hash_entry *mhe = data; in tnrhtp_walk_callback() local 184 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()
|
/titanic_44/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent6.c | 290 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;
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1788 const struct mod_hash_entry *mhe = data; in modent_summary() local 1791 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() 1800 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key, in modent_summary() 1801 mhe->mhe_val, th.th_refcnt, th.th_id); 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()
|