Searched refs:UC_COPY_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_context.c49 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link) macro
79 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE);
93 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
120 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE);
122 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_signal.c253 #define UC_COPY_SIZE offsetof(struct ia32_ucontext, uc_link) macro
270 ret = copyout(&uc, uap->ucp, UC_COPY_SIZE);
284 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
310 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE);
312 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);

Completed in 141 milliseconds