Searched refs:ucontext_32ton (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 107 ucontext_32ton(&uc32, &uc, NULL, NULL); in syslwp_create() 109 ucontext_32ton(&uc32, &uc); in syslwp_create()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | ucontext.h | 105 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
|
/titanic_44/usr/src/uts/sparc/sys/ |
H A D | ucontext.h | 109 extern void ucontext_32ton(const ucontext32_t *, ucontext_t *,
|
/titanic_44/usr/src/uts/intel/ia32/syscall/ |
H A D | getcontext.c | 357 ucontext_32ton(&uc, &ucnat); in getsetcontext32()
|
/titanic_44/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 551 ucontext_32ton(&uc, &ucnat, fpu_q, fpu_qnat); in getsetcontext32()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 537 ucontext_32ton(const ucontext32_t *src, ucontext_t *dst) in ucontext_32ton() function
|
/titanic_44/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, in ucontext_32ton() function
|