Searched refs:t_stk (Results 26 - 26 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2466 * This assumes that t_stk is the end of the stack, but it's really
2468 * initial procedure, SA(MINFRAME), etc. are all after t_stk. So
2469 * that 't->t_stk::whatis' reports "part of t's stack", we include
2470 * t_stk in the range (the "+ 1", below), but the kernel should
2474 size = (uintptr_t)t->t_stk - saddr + 1;
4337 for (current = (uintptr_t)t->t_stkbase; current < (uintptr_t)t->t_stk;

Completed in 68 milliseconds

12