Symbol: __ucontext
include/signal.h
140
int sigreturn(const struct __ucontext *);
lib/libc/include/libc_private.h
346
struct __ucontext;
lib/libsys/_libsys.h
22
struct __ucontext;
lib/libsys/_libsys.h
312
typedef int (__sys_sigreturn_t)(const struct __ucontext *);
lib/libsys/_libsys.h
313
typedef int (__sys_getcontext_t)(struct __ucontext *);
lib/libsys/_libsys.h
314
typedef int (__sys_setcontext_t)(const struct __ucontext *);
lib/libsys/_libsys.h
315
typedef int (__sys_swapcontext_t)(struct __ucontext *, const struct __ucontext *);
lib/libsys/_libsys.h
722
int __sys_sigreturn(const struct __ucontext * sigcntxp);
lib/libsys/_libsys.h
723
int __sys_getcontext(struct __ucontext * ucp);
lib/libsys/_libsys.h
724
int __sys_setcontext(const struct __ucontext * ucp);
lib/libsys/_libsys.h
725
int __sys_swapcontext(struct __ucontext * oucp, const struct __ucontext * ucp);
sys/kern/kern_context.c
49
struct __ucontext *ucp;
sys/kern/kern_context.c
55
struct __ucontext *oucp;
sys/sys/_ucontext.h
46
struct __ucontext *uc_link;
sys/sys/sysproto.h
1111
char sigcntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct __ucontext *)];
sys/sys/sysproto.h
1114
char ucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * ucp; char ucp_r_[PADR_(struct __ucontext *)];
sys/sys/sysproto.h
1117
char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(const struct __ucontext *)];
sys/sys/sysproto.h
1120
char oucp_l_[PADL_(struct __ucontext *)]; struct __ucontext * oucp; char oucp_r_[PADR_(struct __ucontext *)];
sys/sys/sysproto.h
1121
char ucp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * ucp; char ucp_r_[PADR_(const struct __ucontext *)];