Searched defs:stk32 (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 452 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 D | Pcontrol.c | 3590 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 32 milliseconds