Lines Matching defs:ucontext
21 struct ucontext { struct
23 struct ucontext __user *uc_link; argument
24 stack_t uc_stack;
26 int uc_pad[7];
27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */
29 sigset_t uc_sigmask;
32 sigset_t __unused[15]; /* Allow for uc_sigmask growth */
33 struct sigcontext uc_mcontext; /* last for extensibility */
35 int uc_maskext[30];
36 int uc_pad2[3];
37 struct mcontext uc_mcontext;