Searched defs:panic_stack (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c82 * if successful, switch stacks on to the panic_stack before calling into
84 * is allowed to make use of the reserved panic_stack so that executing
156 #pragma align STACK_ALIGN(panic_stack)
157 char panic_stack[PANICSTKSIZE]; /* reserved stack for panic_thread */ variable
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1560 char panic_stack[STACK_BUF_SIZE]; local
1603 stack_retrieve(panic_stack);
1605 if (panic_stack[0] != '\0') {
1611 panic_stack);

Completed in 63 milliseconds