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

12

/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/sys/compat/svr4/
H A Dsvr4_ucontext.h51 /* struct svr4_ucontext *uc_link;*/
52 void *uc_link; member in struct:svr4_ucontext
/freebsd-11.0-release/lib/libc/aarch64/gen/
H A Dmakecontext.c48 if (ucp->uc_link == NULL) {
51 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11.0-release/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.0-release/lib/libc/riscv/gen/
H A Dmakecontext.c53 if (ucp->uc_link == NULL) {
56 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11.0-release/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.0-release/lib/libc/mips/gen/
H A Dmakecontext.c117 if (ucp->uc_link == NULL)
120 setcontext((const ucontext_t *)ucp->uc_link);
H A Dlongjmp.c67 /* Clear uc_link */
68 uc.uc_link = 0;
/freebsd-11.0-release/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.0-release/sys/compat/ia32/
H A Dia32_signal.h81 u_int32_t uc_link; member in struct:ia32_ucontext
117 u_int32_t uc_link; member in struct:ia32_ucontext4
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c100 "Checks get/make/setcontext(), context linking via uc_link(), "
115 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save;
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h41 struct _sig_ucontext *uc_link; member in struct:_sig_ucontext
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Dlinux-unwind.h85 struct ucontext_ *uc_link; member in struct:ucontext_
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h75 struct __ucontext *uc_link; member in struct:__sanitizer::__xucontext
/freebsd-11.0-release/sys/mips/include/
H A Ducontext.h83 uint32_t uc_link; member in struct:__ucontext32

Completed in 121 milliseconds

12