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

12

/freebsd-9.3-release/sys/sys/
H A Ducontext.h49 struct __ucontext *uc_link; member in struct:__ucontext
61 struct ucontext4 *uc_link; member in struct:ucontext4
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/compat/svr4/
H A Dsvr4_ucontext.h51 /* struct svr4_ucontext *uc_link;*/
52 void *uc_link; member in struct:svr4_ucontext
/freebsd-9.3-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-9.3-release/lib/libc/ia64/gen/
H A Dsignalcontext.c60 if (ucp->uc_link == NULL)
62 setcontext((const ucontext_t *)ucp->uc_link);
113 ucp->uc_link = sig_uc;
H A Dmakecontext.c61 if (ucp->uc_link == NULL)
63 setcontext((const ucontext_t *)ucp->uc_link);
/freebsd-9.3-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-9.3-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.c74 /* Clear uc_link */
75 uc.uc_link = 0;
/freebsd-9.3-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-9.3-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-9.3-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h41 struct _sig_ucontext *uc_link; member in struct:_sig_ucontext
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Dlinux-unwind.h85 struct ucontext_ *uc_link; member in struct:ucontext_
/freebsd-9.3-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c153 oldcontext = dtrace_fulword(&ucp->uc_link);
161 oldcontext = dtrace_fuword32(&ucp->uc_link);
371 oldcontext = dtrace_fulword(&ucp->uc_link);
379 oldcontext = dtrace_fuword32(&ucp->uc_link);
/freebsd-9.3-release/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-9.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c117 uc->uc_link = p->p_emuldata;
214 * What to do with uc_link?
279 p->p_emuldata = uc->uc_link;
/freebsd-9.3-release/tools/KSE/ksetest/
H A Dkse_threads_test.c489 tm->tm_context.uc_link = &tm2->tm_context;

Completed in 170 milliseconds

12