Searched refs:FM_STK_DEPTH (Results 1 – 4 of 4) sorted by relevance
76 #define FM_STK_DEPTH 20 /* maximum stack depth */ macro
85 pc_t gcl_stack[FM_STK_DEPTH]; /* saved stack trace, if any */
1853 gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH); in gcpu_mca_logout()
1263 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()