Searched refs:stk32 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPlwpregs.c452 stack32_t stk32; local
454 if (Pread(P, &stk32, sizeof (stk32), addr) != sizeof (stk32))
457 stack_32_to_n(&stk32, stkp);
500 stack32_t stk32; local
502 if (Pread(P, &stk32, sizeof (stk32), addr) != sizeof (stk32))
505 if (stk32
525 stack32_t stk32; local
[all...]
H A DPcontrol.c3590 stack32_t stk32; local
3592 if (Pread(P, &stk32, sizeof (stk32), addr) != sizeof (stk32))
3595 stack_32_to_n(&stk32, stkp);
3627 stack32_t stk32; local
3629 if (Pread(P, &stk32, sizeof (stk32),
3630 (uintptr_t)&ctxp->uc_stack) != sizeof (stk32))
3633 stack_32_to_n(&stk32, stk
[all...]

Completed in 44 milliseconds