Searched refs:UC_COPY_SIZE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_context.c | 49 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link) macro 78 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE); in sys_getcontext() 92 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE); in sys_setcontext() 118 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in sys_swapcontext() 120 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE); in sys_swapcontext()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 217 #define UC_COPY_SIZE offsetof(ucontext32_t, uc_link) macro 233 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE); in freebsd32_getcontext() 247 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE); in freebsd32_setcontext()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 252 #define UC_COPY_SIZE offsetof(struct ia32_ucontext, uc_link) macro 268 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE); in freebsd32_getcontext() 282 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE); in freebsd32_setcontext() 308 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in freebsd32_swapcontext() 310 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE); in freebsd32_swapcontext()
|