Searched defs:compat_ucontext (Results 1 – 3 of 3) sorted by relevance
8 struct compat_ucontext { struct9 compat_uint_t uc_flags;10 compat_uptr_t uc_link;11 compat_stack_t uc_stack; /* struct compat_sigaltstack (12 bytes)*/ 13 compat_uint_t pad[1];14 struct compat_sigcontext uc_mcontext;15 compat_sigset_t uc_sigmask; /* mask last for extensibility */
12 struct compat_ucontext { struct13 compat_uint_t uc_flags;14 compat_uptr_t uc_link;15 compat_stack_t uc_stack; /* struct compat_sigaltstack (12 bytes)*/17 compat_uint_t pad[1];18 struct compat_sigcontext uc_mcontext;19 compat_sigset_t uc_sigmask; /* mask last for extensibility */
37 struct compat_ucontext { struct48 struct compat_ucontext uc; argument