Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2094 uintptr_t panicstk; in stack_active() local
2105 panicstk = (uintptr_t)sym.st_value; in stack_active()
2107 if (t->t_sp >= panicstk && t->t_sp < panicstk + PANICSTKSIZE) in stack_active()