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

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1787 th_walk_data_t *thw = private; local
1796 if (th.th_refcnt == 0 && thw->thw_non_zero_only)
1799 if (!thw->thw_match) {
1800 mdb_printf("%?p %?p %?p %8d %?p\n", thw->thw_ipst, mhe->mhe_key,
1802 } else if (thw->thw_matchkey == (uintptr_t)mhe->mhe_key) {
1807 thw->thw_ipst);
1816 thw->thw_lbolt);
1835 th_walk_data_t *thw = private; local
1837 thw->thw_ipst = (uintptr_t)thh->thh_ipst;
1848 th_walk_data_t thw; local
[all...]

Completed in 52 milliseconds