Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_ucontext.h48 struct __ucontext *uc_link; member
H A Ducontext.h47 struct ucontext4 *uc_link; member
/f-stack/freebsd/arm64/include/
H A Ducontext.h76 u_int32_t uc_link; member
/f-stack/freebsd/mips/include/
H A Ducontext.h81 uint32_t uc_link; member
/f-stack/freebsd/kern/
H A Dkern_context.c49 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c52 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
217 #define UC_COPY_SIZE offsetof(ucontext32_t, uc_link)
/f-stack/freebsd/amd64/linux/
H A Dlinux.h232 l_uintptr_t uc_link; member
/f-stack/freebsd/i386/linux/
H A Dlinux.h290 void *uc_link; member
H A Dlinux_sysvec.c437 frame.sf_sc.uc_link = NULL; /* XXX ??? */ in linux_rt_sendsig()
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c265 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h317 l_uintptr_t uc_link; member
H A Dlinux32_sysvec.c306 frame.sf_sc.uc_link = 0; /* XXX ??? */ in linux_rt_sendsig()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c252 #define UC_COPY_SIZE offsetof(struct ia32_ucontext, uc_link)