Home
last modified time | relevance | path

Searched refs:uc_link (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/lib/libc/tests/gen/
H A Dmakecontext_test.c48 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 Dsignalcontext.c75 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 Dmakecontext.c45 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 Dsignalcontext.c75 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 Dmakecontext.c45 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 Dsignalcontext.c80 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 Dmakecontext.c100 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 Dmakecontext.c50 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 Dmakecontext.c44 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 Dmakecontext.c47 if (ucp->uc_link == NULL) in ctx_done()
50 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
H A Dsignalcontext.c73 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
/freebsd/lib/libc/i386/gen/
H A Dmakecontext.c47 if (ucp->uc_link == NULL) in _ctx_done()
59 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
H A Dsignalcontext.c75 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h80 l_uintptr_t uc_link; member
201 l_uintptr_t uc_link; member
/freebsd/sys/compat/ia32/
H A Dia32_signal.h83 uint32_t uc_link; member
117 uint32_t uc_link; member
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c163 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.h46 struct __ucontext *uc_link; member
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c44 fibre->fibre.uc_link = NULL; in async_fibre_makecontext()
/freebsd/sys/i386/include/
H A Ducontext.h63 struct freebsd4_ucontext *uc_link; member
/freebsd/sys/arm64/linux/
H A Dlinux_sigframe.h62 struct l_ucontext *uc_link; member
/freebsd/sys/arm64/include/
H A Ducontext.h99 u_int32_t uc_link; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c119 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save;
/freebsd/sys/kern/
H A Dkern_context.c45 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c65 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
258 #define UC_COPY_SIZE offsetof(ucontext32_t, uc_link)

12