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

12

/freebsd-11-stable/sys/sys/
H A D_ucontext.h46 struct __ucontext *uc_link; member in struct:__ucontext
H A Ducontext.h45 struct ucontext4 *uc_link; member in struct:ucontext4
/freebsd-11-stable/lib/libc/powerpc/gen/
H A Dsignalcontext.c76 ucp->uc_link = sig_uc;
97 if (ucp->uc_link == NULL)
99 setcontext((const ucontext_t *)ucp->uc_link);
H A Dmakecontext.c46 if (ucp->uc_link == NULL)
52 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dsignalcontext.c76 ucp->uc_link = sig_uc;
97 if (ucp->uc_link == NULL)
99 setcontext((const ucontext_t *)ucp->uc_link);
H A Dmakecontext.c46 if (ucp->uc_link == NULL)
52 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dsignalcontext.c81 ucp->uc_link = sig_uc;
100 if (ucp->uc_link == NULL)
102 setcontext((const ucontext_t *)ucp->uc_link);
H A Dmakecontext.c101 if (ucp->uc_link == NULL)
103 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ucontext.h51 /* struct svr4_ucontext *uc_link;*/
52 void *uc_link; member in struct:svr4_ucontext
/freebsd-11-stable/lib/libc/riscv/gen/
H A Dmakecontext.c53 if (ucp->uc_link == NULL) {
56 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/aarch64/gen/
H A Dmakecontext.c48 if (ucp->uc_link == NULL) {
51 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/arm/gen/
H A Dmakecontext.c48 if (ucp->uc_link == NULL)
51 setcontext((const ucontext_t *)ucp->uc_link);
H A Dsignalcontext.c74 ucp->uc_link = &sfp->sf_uc;
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dmakecontext.c82 if (ucp->uc_link == NULL)
86 setcontext((const ucontext_t *)ucp->uc_link);
H A Dsignalcontext.c73 ucp->uc_link = &sfp->sf_uc;
/freebsd-11-stable/lib/libc/i386/gen/
H A Dmakecontext.c48 if (ucp->uc_link == NULL)
60 setcontext((const ucontext_t *)ucp->uc_link);
110 * (uc_link != 0) or exit the program (uc_link == 0).
H A Dsignalcontext.c76 ucp->uc_link = &sfp->sf_uc;
/freebsd-11-stable/lib/libc/mips/gen/
H A Dmakecontext.c118 if (ucp->uc_link == NULL)
121 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_signal.h83 u_int32_t uc_link; member in struct:ia32_ucontext
119 u_int32_t uc_link; member in struct:ia32_ucontext4
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h41 struct _sig_ucontext *uc_link; member in struct:_sig_ucontext
/freebsd-11-stable/contrib/gcc/config/s390/
H A Dlinux-unwind.h85 struct ucontext_ *uc_link; member in struct:ucontext_
/freebsd-11-stable/sys/mips/include/
H A Ducontext.h83 uint32_t uc_link; member in struct:__ucontext32
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h74 struct __ucontext *uc_link; member in struct:__sanitizer::__xucontext
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c165 oldcontext = dtrace_fulword(&ucp->uc_link);
173 oldcontext = dtrace_fuword32(&ucp->uc_link);
389 oldcontext = dtrace_fulword(&ucp->uc_link);
397 oldcontext = dtrace_fuword32(&ucp->uc_link);
/freebsd-11-stable/sys/kern/
H A Dkern_context.c44 * context. The next field is uc_link; we want to avoid destroying the link
47 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)

Completed in 280 milliseconds

12