/illumos-gate/usr/src/uts/intel/sys/ |
H A D | ucontext.h | 112 } ucontext32_t; typedef 115 extern void ucontext_nto32(const ucontext_t *src, ucontext32_t *dest); 116 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest); 190 extern int savecontext32(ucontext32_t *, const k_sigset_t *,
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | ucontext.h | 106 } ucontext32_t; typedef 109 extern void ucontext_32ton(const ucontext32_t *, ucontext_t *, 151 extern void savecontext32(ucontext32_t *, const k_sigset_t *, struct fq32 *);
|
/illumos-gate/usr/src/uts/intel/syscall/ |
H A D | getcontext.c | 414 savecontext32(ucontext32_t *ucp, const k_sigset_t *mask, in savecontext32() 437 bzero(&ucp->uc_mcontext.fpregs, sizeof (ucontext32_t) - in savecontext32() 438 offsetof(ucontext32_t, uc_mcontext.fpregs)); in savecontext32() 519 ucontext32_t uc; in getsetcontext32() 521 ucontext32_t *ucp; in getsetcontext32() 565 if (copyin(ucp, &uc, offsetof(ucontext32_t, uc_filler) - in getsetcontext32()
|
/illumos-gate/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 354 savecontext32(ucontext32_t *ucp, const k_sigset_t *mask, struct fq32 *dfq) in savecontext32() 364 bzero(&ucp->uc_mcontext.fpregs.fpu_en, sizeof (ucontext32_t) - in savecontext32() 365 offsetof(ucontext32_t, uc_mcontext.fpregs.fpu_en)); in savecontext32() 425 ucontext32_t uc; in getsetcontext32() 435 ucontext32_t *ucp; in getsetcontext32() 469 if (copyout(&uc, arg, sizeof (ucontext32_t))) in getsetcontext32()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 73 ucontext32_t uc32; in syslwp_create() 96 if (copyin(ucp, &uc32, sizeof (ucontext32_t))) in syslwp_create()
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | xregs.c | 98 xregs_clrptr32(klwp_id_t lwp, ucontext32_t *uc) in xregs_clrptr32() 106 xregs_hasptr32(klwp_id_t lwp, ucontext32_t *uc) in xregs_hasptr32() 113 xregs_getptr32(klwp_id_t lwp, ucontext32_t *uc) in xregs_getptr32() 122 xregs_setptr32(klwp_id_t lwp, ucontext32_t *uc, caddr32_t xrp) in xregs_setptr32()
|
H A D | v9dep.c | 1228 ucontext32_t uc; in sendsig32() 1232 ucontext32_t *volatile tuc = NULL; in sendsig32() 1354 tuc = kmem_alloc(sizeof (ucontext32_t), KM_SLEEP); in sendsig32() 1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, in ucontext_32ton()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sendsig.c | 433 ucontext32_t *volatile tuc = NULL; in sendsig32() 434 ucontext32_t *uc; in sendsig32() 551 uc = (ucontext32_t *)fp; in sendsig32()
|
H A D | archdep.c | 376 ucontext_32ton(const ucontext32_t *src, ucontext_t *dst) in ucontext_32ton()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pstack.c | 194 ucontext32_t u32; in load_uclist()
|
H A D | Plwpregs.c | 749 ucontext32_t *ctxp = (void *)ls.pr_oldcontext; in Plwp_main_stack()
|
H A D | Pcontrol.c | 3912 ucontext32_t *ctxp = (void *)L->lwp_status.pr_oldcontext; in Lmain_stack()
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 305 ucontext_32_to_prgregs(const ucontext32_t *src, prgregset_t dst) in ucontext_32_to_prgregs() 374 ucontext32_t uc32; in Pstack_iter()
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 171 ucontext32_t *ucp = (ucontext32_t *)oldcontext; in dtrace_getustack_common()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 233 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst) in ucontext_32_to_prgregs() 291 ucontext32_t uc; in Pstack_iter32()
|