Home
last modified time | relevance | path

Searched refs:tr_stack (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.h46 uintptr_t tr_stack[1]; /* stack trace (optional) */ member
H A Dfmd_trace.c98 trp->tr_stack[trp->tr_depth++] = pc; in fmd_trace_frame()
H A Dfmd_mdb.c186 t->trw_xrec->tr_stack[t->trw_xrec->tr_depth] = t->trw_tid; in trwalk_step()
217 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_msg()
218 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_msg()
236 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_cpp()
237 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_cpp()
255 mdb_printf("\t%a\n", trp->tr_stack[i]); in trprint_stack()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h908 pc_t tr_stack[TR_STACK_DEPTH]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1819 mdb_printf("\t\t%a\n", tr->tr_stack[k]); 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()