Home
last modified time | relevance | path

Searched refs:__ucontext (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A D_ucontext.h34 typedef struct __ucontext { struct
46 struct __ucontext *uc_link; argument
H A Dsysproto.h1119 …ntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcntxp_r_[PA…
1122 …char ucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * ucp; char ucp_r_[PADR_(struct __ucont…
1125 …char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(co…
1128 …char oucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * oucp; char oucp_r_[PADR_(struct __uc…
1129 …char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(co…
/freebsd/sys/kern/
H A Dkern_context.c49 struct __ucontext *ucp;
55 struct __ucontext *oucp;
/freebsd/lib/libsys/
H A D_libsys.h22 struct __ucontext;
313 typedef int (__sys_sigreturn_t)(const struct __ucontext *);
314 typedef int (__sys_getcontext_t)(struct __ucontext *);
315 typedef int (__sys_setcontext_t)(const struct __ucontext *);
316 typedef int (__sys_swapcontext_t)(struct __ucontext *, const struct __ucontext *);
714 int __sys_sigreturn(const struct __ucontext * sigcntxp);
715 int __sys_getcontext(struct __ucontext * ucp);
716 int __sys_setcontext(const struct __ucontext * ucp);
717 int __sys_swapcontext(struct __ucontext * oucp, const struct __ucontext * ucp);
/freebsd/include/
H A Dsignal.h126 int sigreturn(const struct __ucontext *);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h
/freebsd/lib/libc/include/
H A Dlibc_private.h344 struct __ucontext;