Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fm/
H A Dutil.h76 #define FM_STK_DEPTH 20 /* maximum stack depth */ macro
/titanic_50/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); in gcpu_mca_logout()
/titanic_50/usr/src/uts/common/os/
H A Dfm.c1263 char *stkpp[FM_STK_DEPTH]; in fm_payload_stack_add()
1264 char buf[FM_STK_DEPTH * FM_SYM_SZ]; in fm_payload_stack_add()
1267 for (i = 0; i < depth && i != FM_STK_DEPTH; i++, stkp += FM_SYM_SZ) { in fm_payload_stack_add()