Searched refs:UC32_COPY_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 65 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link) macro 334 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext() 336 ret = copyin(uap->ucp, &uc, UC32_COPY_SIZE); in freebsd32_swapcontext()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 939 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link) macro 955 ret = copyout(&uc, uap->ucp, UC32_COPY_SIZE); in freebsd32_getcontext() 969 ret = copyin(uap->ucp, &uc, UC32_COPY_SIZE); in freebsd32_setcontext() 995 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext() 997 ret = copyin(uap->ucp, &uc, UC32_COPY_SIZE); in freebsd32_swapcontext()
|