Searched refs:ucontext_32ton (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h105 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h109 extern void ucontext_32ton(const ucontext32_t *, ucontext_t *,
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c107 ucontext_32ton(&uc32, &uc, NULL, NULL);
109 ucontext_32ton(&uc32, &uc);
/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c357 ucontext_32ton(&uc, &ucnat);
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c551 ucontext_32ton(&uc, &ucnat, fpu_q, fpu_qnat);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c537 ucontext_32ton(const ucontext32_t *src, ucontext_t *dst) function
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1746 * ucontext_32ton. The *sfq is required because once the fq32 is copied
1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, function

Completed in 68 milliseconds