Searched refs:uc32 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 73 ucontext32_t uc32; local 103 if (copyin(ucp, &uc32, sizeof (ucontext32_t))) 105 sigutok(&uc32.uc_sigmask, &sigmask); 107 ucontext_32ton(&uc32, &uc, NULL, NULL); 109 ucontext_32ton(&uc32, &uc); 114 thrptr = (uint32_t)uc32.uc_mcontext.gregs[ESP];
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 374 ucontext32_t uc32; local 378 Pread(P, &uc32, sizeof (uc32), sp + 379 SA32(sizeof (struct frame32))) == sizeof (uc32)) { 380 ucontext_32_to_prgregs(&uc32, gregs);
|
Completed in 80 milliseconds