Home
last modified time | relevance | path

Searched refs:UC_COPY_SIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_context.c49 #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 Dfreebsd32_machdep.c217 #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 Dia32_signal.c252 #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()