Searched refs:oucp (Results 1 – 6 of 6) sorted by relevance
59 struct __ucontext *oucp; member110 if (uap->oucp == NULL || uap->ucp == NULL) in sys_swapcontext()118 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in sys_swapcontext()
2126 uarg[0] = (intptr_t) p->oucp; /* struct __ucontext * */ in systrace_args()
285 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()293 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
313 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()321 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
300 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()308 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in freebsd32_swapcontext()
1138 …char oucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * oucp; char oucp_r_[PADR_(struct __uc… member