Searched refs:__ucontext (Results 1 – 7 of 7) sorted by relevance
34 typedef struct __ucontext { struct46 struct __ucontext *uc_link; argument
1119 …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…
49 struct __ucontext *ucp;55 struct __ucontext *oucp;
22 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);
126 int sigreturn(const struct __ucontext *);
344 struct __ucontext;