Searched refs:uc_link (Results 1 - 25 of 41) sorted by last modified time

12

/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/i386/linux/
H A Dlinux.h300 void *uc_link; member in struct:l_ucontext
H A Dlinux_sysvec.c417 frame.sf_sc.uc_link = NULL; /* XXX ??? */
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux.h324 l_uintptr_t uc_link; member in struct:l_ucontext
H A Dlinux32_sysvec.c314 frame.sf_sc.uc_link = 0; /* XXX ??? */
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h241 l_uintptr_t uc_link; member in struct:l_ucontext
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c108 uint32_t uc_link; member in struct:__ucontext32
790 * context. The next field is uc_link; we want to avoid destroying the link
793 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_signal.c249 * the machine context. The next field is uc_link; we want to
252 #define UC_COPY_SIZE offsetof(struct ia32_ucontext, uc_link)
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c279 * context. The next field is uc_link; we want to avoid destroying the link
282 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
/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/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)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c499 c.uc_link = NULL;
H A Dt_getcontext.c106 "Checks get/make/setcontext(), context linking via uc_link(), "
121 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save;
/freebsd-11-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c407 oldcontext = dtrace_fulword(&ucp->uc_link);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c84 printf("uc_link %p\n", ctx->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/tools/KSE/ksetest/
H A Dkse_threads_test.c489 tm->tm_context.uc_link = &tm2->tm_context;
/freebsd-11-stable/tools/KSE/rr/
H A Drr.c400 tm->tm_context.uc_link = &tm2->tm_context;
/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/lib/libc/powerpc/gen/
H A Dmakecontext.c46 if (ucp->uc_link == NULL)
52 setcontext((const ucontext_t *)ucp->uc_link);
H A Dsignalcontext.c76 ucp->uc_link = sig_uc;
97 if (ucp->uc_link == NULL)
99 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dmakecontext.c46 if (ucp->uc_link == NULL)
52 setcontext((const ucontext_t *)ucp->uc_link);
H A Dsignalcontext.c76 ucp->uc_link = sig_uc;
97 if (ucp->uc_link == NULL)
99 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-11-stable/lib/libc/riscv/gen/
H A Dmakecontext.c53 if (ucp->uc_link == NULL) {
56 setcontext((const ucontext_t *)ucp->uc_link);

Completed in 191 milliseconds

12