Home
last modified time | relevance | path

Searched refs:TR_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h904 #define TR_STACK_DEPTH 14 macro
908 pc_t tr_stack[TR_STACK_DEPTH];
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1814 if (tr->tr_depth == 0 || tr->tr_depth > TR_STACK_DEPTH) in modent_summary()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5051 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH); in th_trace_rrecord()