Home
last modified time | relevance | path

Searched refs:oucp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_context.c59 struct __ucontext *oucp; member
110 if (uap->oucp == NULL || uap->ucp == NULL) in sys_swapcontext()
118 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in sys_swapcontext()
H A Dsystrace_args.c2126 uarg[0] = (intptr_t) p->oucp; /* struct __ucontext * */ in systrace_args()
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c285 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()
293 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c313 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()
321 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c300 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext()
308 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in freebsd32_swapcontext()
/f-stack/freebsd/sys/
H A Dsysproto.h1138 …char oucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * oucp; char oucp_r_[PADR_(struct __uc… member