Searched refs:FM_STK_DEPTH (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fm/
H A Dutil.h76 #define FM_STK_DEPTH 20 /* maximum stack depth */ macro
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu.h85 pc_t gcl_stack[FM_STK_DEPTH]; /* saved stack trace, if any */
H A Dgcpu_mca.c1853 gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH);
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c1263 char *stkpp[FM_STK_DEPTH];
1264 char buf[FM_STK_DEPTH * FM_SYM_SZ];
1267 for (i = 0; i < depth && i != FM_STK_DEPTH; i++, stkp += FM_SYM_SZ) {

Completed in 68 milliseconds