/freebsd/lib/libc/tests/gen/ |
H A D | makecontext_test.c | 48 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY() 70 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY() 93 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY() 117 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY() 142 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY() 168 ctx[1].uc_link = &ctx[0]; in ATF_TC_BODY()
|
/freebsd/lib/libc/powerpc64/gen/ |
H A D | signalcontext.c | 75 ucp->uc_link = sig_uc; in __signalcontext() 96 if (ucp->uc_link == NULL) in ctx_wrapper() 98 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
H A D | makecontext.c | 45 if (ucp->uc_link == NULL) in _ctx_done() 51 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | signalcontext.c | 75 ucp->uc_link = sig_uc; in __signalcontext() 96 if (ucp->uc_link == NULL) in ctx_wrapper() 98 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
H A D | makecontext.c | 45 if (ucp->uc_link == NULL) in _ctx_done() 51 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
/freebsd/lib/libc/amd64/gen/ |
H A D | signalcontext.c | 80 ucp->uc_link = sig_uc; in __signalcontext() 99 if (ucp->uc_link == NULL) in sigctx_wrapper() 101 setcontext((const ucontext_t *)ucp->uc_link); in sigctx_wrapper()
|
H A D | makecontext.c | 100 if (ucp->uc_link == NULL) in makectx_wrapper() 102 setcontext((const ucontext_t *)ucp->uc_link); in makectx_wrapper()
|
/freebsd/lib/libc/riscv/gen/ |
H A D | makecontext.c | 50 if (ucp->uc_link == NULL) { in ctx_done() 53 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
/freebsd/lib/libc/aarch64/gen/ |
H A D | makecontext.c | 44 if (ucp->uc_link == NULL) { in ctx_done() 47 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
/freebsd/lib/libc/arm/gen/ |
H A D | makecontext.c | 47 if (ucp->uc_link == NULL) in ctx_done() 50 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
H A D | signalcontext.c | 73 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
|
/freebsd/lib/libc/i386/gen/ |
H A D | makecontext.c | 47 if (ucp->uc_link == NULL) in _ctx_done() 59 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
H A D | signalcontext.c | 75 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 80 l_uintptr_t uc_link; member 201 l_uintptr_t uc_link; member
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_signal.h | 83 uint32_t uc_link; member 117 uint32_t uc_link; member
|
/freebsd/sys/cddl/dev/dtrace/i386/ |
H A D | dtrace_isa.c | 163 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getustack_common() 171 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getustack_common() 387 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getufpstack() 395 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getufpstack()
|
/freebsd/sys/sys/ |
H A D | _ucontext.h | 46 struct __ucontext *uc_link; member
|
/freebsd/crypto/openssl/crypto/async/arch/ |
H A D | async_posix.c | 44 fibre->fibre.uc_link = NULL; in async_fibre_makecontext()
|
/freebsd/sys/i386/include/ |
H A D | ucontext.h | 63 struct freebsd4_ucontext *uc_link; member
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sigframe.h | 62 struct l_ucontext *uc_link; member
|
/freebsd/sys/arm64/include/ |
H A D | ucontext.h | 99 u_int32_t uc_link; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_freebsd.h |
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_getcontext.c | 119 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save;
|
/freebsd/sys/kern/ |
H A D | kern_context.c | 45 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
|
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 65 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link) 258 #define UC_COPY_SIZE offsetof(ucontext32_t, uc_link)
|