Lines Matching defs:ucontext
20 struct ucontext { struct
22 struct ucontext __user *uc_link; argument
23 stack_t uc_stack;
25 int uc_pad[7];
26 struct mcontext __user *uc_regs;/* points to uc_mcontext field */
28 sigset_t uc_sigmask;
31 sigset_t __unused[15]; /* Allow for uc_sigmask growth */
32 struct sigcontext uc_mcontext; /* last for extensibility */
34 int uc_maskext[30];
35 int uc_pad2[3];
36 struct mcontext uc_mcontext;