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 uint8_t tr_depth; /* depth of tr_stack[] */
48 uintptr_t tr_stack[1]; /* stack trace (optional) */ member in struct:fmd_tracerec
H A Dfmd_trace.c98 trp->tr_stack[trp->tr_depth++] = pc;
H A Dfmd_mdb.c186 t->trw_xrec->tr_stack[t->trw_xrec->tr_depth] = t->trw_tid;
214 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]);
215 else if (trp->tr_stack[trp->tr_depth] != tid)
231 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]);
232 else if (trp->tr_stack[trp->tr_depth] != tid)
250 mdb_printf("\t%a\n", trp->tr_stack[i]);
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h907 pc_t tr_stack[TR_STACK_DEPTH]; member in struct:tr_buf_s
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1818 mdb_printf("\t\t%a\n", tr->tr_stack[k]);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5050 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH);

Completed in 159 milliseconds