Searched refs:setcontext (Results 1 – 24 of 24) sorted by relevance
| /src/lib/libc/sys/ |
| H A D | setcontext.c | 36 __sym_compat(setcontext, __impl_setcontext, FBSD_1.0); 37 __weak_reference(setcontext, __impl_setcontext); 38 __sym_default(setcontext, setcontext, FBSD_1.2); 40 #pragma weak setcontext macro 42 setcontext(const ucontext_t *uc) in setcontext() function 44 return (INTERPOS_SYS(setcontext, uc)); in setcontext()
|
| /src/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_getcontext.c | 96 ATF_REQUIRE_ERRNO(EFAULT, setcontext((void *)-1) == -1); 149 ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0);
|
| H A D | t_ucontext.c | 64 setcontext(&u); in ATF_TC_BODY()
|
| /src/sys/sys/ |
| H A D | ucontext.h | 46 int setcontext(const ucontext_t *);
|
| H A D | syscall.mk | 277 setcontext.o \
|
| /src/crypto/openssl/crypto/async/arch/ |
| H A D | async_posix.h | 83 setcontext(&n->fibre); in async_fibre_swapcontext()
|
| /src/lib/libc/aarch64/gen/ |
| H A D | makecontext.c | 47 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| /src/lib/libc/riscv/gen/ |
| H A D | makecontext.c | 53 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| /src/lib/libc/arm/gen/ |
| H A D | makecontext.c | 50 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| /src/lib/libc/i386/gen/ |
| H A D | makecontext.c | 59 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| /src/lib/libc/powerpc/gen/ |
| H A D | makecontext.c | 51 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| H A D | signalcontext.c | 98 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
| /src/lib/libc/powerpc64/gen/ |
| H A D | makecontext.c | 51 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| H A D | signalcontext.c | 98 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
| /src/lib/libsys/ |
| H A D | interposing_table.c | 58 SLOT(setcontext, __sys_setcontext),
|
| H A D | Makefile.sys | 88 setcontext \
|
| /src/lib/libc/amd64/gen/ |
| H A D | makecontext.c | 102 setcontext((const ucontext_t *)ucp->uc_link); in makectx_wrapper()
|
| H A D | signalcontext.c | 101 setcontext((const ucontext_t *)ucp->uc_link); in sigctx_wrapper()
|
| /src/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 124 setcontext
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 38 int setcontext(const ucontext_t *ucp); 424 ret = setcontext(ucp); in TSAN_INTERCEPTOR()
|
| /src/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 684 SLOT(setcontext); in __thr_interpose_libc()
|
| /src/lib/libc/gen/ |
| H A D | Makefile.inc | 408 MLINKS+=getcontext.3 setcontext.3
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 2256 PRE_SYSCALL(setcontext)(void *ucp_) { 2261 POST_SYSCALL(setcontext)(long long res, void *ucp_) {}
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2833 fun:setcontext=uninstrumented
|