Home
last modified time | relevance | path

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

12

/freebsd-11-stable/lib/libc/powerpc/gen/
HDsignalcontext.c76 ucp->uc_link = sig_uc; in __signalcontext()
97 if (ucp->uc_link == NULL) in ctx_wrapper()
99 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
HDmakecontext.c46 if (ucp->uc_link == NULL) in _ctx_done()
52 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
/freebsd-11-stable/lib/libc/powerpc64/gen/
HDsignalcontext.c76 ucp->uc_link = sig_uc; in __signalcontext()
97 if (ucp->uc_link == NULL) in ctx_wrapper()
99 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
HDmakecontext.c46 if (ucp->uc_link == NULL) in _ctx_done()
52 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
/freebsd-11-stable/lib/libc/amd64/gen/
HDsignalcontext.c81 ucp->uc_link = sig_uc; in __signalcontext()
100 if (ucp->uc_link == NULL) in sigctx_wrapper()
102 setcontext((const ucontext_t *)ucp->uc_link); in sigctx_wrapper()
HDmakecontext.c101 if (ucp->uc_link == NULL) in makectx_wrapper()
103 setcontext((const ucontext_t *)ucp->uc_link); in makectx_wrapper()
/freebsd-11-stable/lib/libc/aarch64/gen/
HDmakecontext.c48 if (ucp->uc_link == NULL) { in ctx_done()
51 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
/freebsd-11-stable/lib/libc/riscv/gen/
HDmakecontext.c53 if (ucp->uc_link == NULL) { in ctx_done()
56 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
/freebsd-11-stable/lib/libc/arm/gen/
HDmakecontext.c48 if (ucp->uc_link == NULL) in ctx_done()
51 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
HDsignalcontext.c74 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
/freebsd-11-stable/lib/libc/sparc64/gen/
HDmakecontext.c82 if (ucp->uc_link == NULL) in _ctx_done()
86 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
HDsignalcontext.c73 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
/freebsd-11-stable/lib/libc/i386/gen/
HDmakecontext.c48 if (ucp->uc_link == NULL) in _ctx_done()
60 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
HDsignalcontext.c76 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
/freebsd-11-stable/lib/libc/mips/gen/
HDmakecontext.c118 if (ucp->uc_link == NULL) in _ctx_done()
121 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
/freebsd-11-stable/sys/compat/ia32/
HDia32_signal.h83 u_int32_t uc_link; member
119 u_int32_t uc_link; member
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
HDdtrace_isa.c165 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getustack_common()
173 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getustack_common()
389 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getufpstack()
397 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getufpstack()
/freebsd-11-stable/sys/sys/
HD_ucontext.h46 struct __ucontext *uc_link; member
HDucontext.h45 struct ucontext4 *uc_link; member
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_ucontext.h52 void *uc_link; member
/freebsd-11-stable/contrib/gcc/config/mips/
HDlinux-unwind.h41 struct _sig_ucontext *uc_link; member
/freebsd-11-stable/contrib/gcc/config/s390/
HDlinux-unwind.h85 struct ucontext_ *uc_link; in s390_fallback_frame_state() member
/freebsd-11-stable/sys/mips/include/
HDucontext.h83 uint32_t uc_link; member
/freebsd-11-stable/sys/kern/
HDkern_context.c47 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_freebsd.h74 struct __ucontext *uc_link; member

12