Searched refs:th_trace (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5038 th_trace_rrecord(th_trace_t *th_trace) argument
5043 lastref = th_trace->th_trace_lastref;
5047 th_trace->th_trace_lastref = lastref;
5048 tr_buf = &th_trace->th_trbuf[lastref];
5056 th_trace_t *th_trace = value; local
5058 ASSERT(th_trace->th_refcnt == 0);
5059 kmem_free(th_trace, sizeof (*th_trace));
5118 th_trace_t *th_trace; local
5131 th_trace
5163 th_trace_t *th_trace; local
5186 th_trace_t *th_trace; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1780 * This is called by ::th_trace (via a callback) when walking the th_hash
1827 * This is called by ::th_trace (via a callback) when walking the th_hash
1846 th_trace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1922 { "th_trace", "?[-n]", "display th_trace_t structures", th_trace,

Completed in 71 milliseconds