Searched refs:oucp (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_context.c | 59 struct __ucontext *oucp; member 111 if (uap->oucp == NULL || uap->ucp == NULL) in sys_swapcontext() 120 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in sys_swapcontext()
|
| D | systrace_args.c | 2126 uarg[0] = (intptr_t) p->oucp; /* struct __ucontext * */ in systrace_args()
|
| /freebsd-12-stable/lib/libc/sys/ |
| D | swapcontext.c | 47 swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() argument 51 __libc_interposing[INTERPOS_swapcontext])(oucp, ucp)); in swapcontext()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_mac.cpp | 404 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument 406 SCOPED_INTERCEPTOR_RAW(swapcontext, oucp, ucp); in TSAN_INTERCEPTOR() 410 if (!oucp || !ucp) { in TSAN_INTERCEPTOR() 416 oucp->uc_onstack &= ~UCF_SWAPPED; in TSAN_INTERCEPTOR() 418 int ret = getcontext(oucp); in TSAN_INTERCEPTOR() 419 if (!(oucp->uc_onstack & UCF_SWAPPED)) { in TSAN_INTERCEPTOR() 422 oucp->uc_onstack |= UCF_SWAPPED; in TSAN_INTERCEPTOR()
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_sig.c | 750 __thr_swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in __thr_swapcontext() argument 754 if (oucp == NULL || ucp == NULL) { in __thr_swapcontext() 763 return (__sys_swapcontext(oucp, ucp)); in __thr_swapcontext()
|
| D | thr_private.h | 896 int __sys_swapcontext(ucontext_t *oucp, const ucontext_t *ucp); 998 int __thr_swapcontext(ucontext_t *oucp, const ucontext_t *ucp);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_interceptors.cpp | 256 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument 274 int res = real_swapcontext(oucp, ucp); in INTERCEPTOR() 276 int res = REAL(swapcontext)(oucp, ucp); in INTERCEPTOR()
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | freebsd32_machdep.c | 334 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext() 342 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | exec_machdep.c | 823 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext() 831 ret = copyout(&uc, uap->oucp, UC32_COPY_SIZE); in freebsd32_swapcontext()
|
| /freebsd-12-stable/sys/amd64/ia32/ |
| D | ia32_signal.c | 302 if (uap->oucp == NULL || uap->ucp == NULL) in freebsd32_swapcontext() 310 ret = copyout(&uc, uap->oucp, UC_COPY_SIZE); in freebsd32_swapcontext()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_proto.h | 346 …char oucp_l_[PADL_(struct freebsd32_ucontext *)]; struct freebsd32_ucontext * oucp; char oucp_r_[P… member
|
| D | freebsd32_systrace_args.c | 1980 uarg[0] = (intptr_t) p->oucp; /* struct freebsd32_ucontext * */ in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1138 …char oucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * oucp; char oucp_r_[PADR_(struct __uc… member
|