Home
last modified time | relevance | path

Searched defs:__ucontext32 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/mips/include/
H A Ducontext.h78 typedef struct __ucontext32 { struct
79 sigset_t uc_sigmask;
80 mcontext32_t uc_mcontext;
81 uint32_t uc_link;
82 struct sigaltstack32 uc_stack;
83 uint32_t uc_flags;
84 uint32_t __spare__[4];
/freebsd-12.1/sys/powerpc/powerpc/
H A Dexec_machdep.c106 typedef struct __ucontext32 { struct
107 sigset_t uc_sigmask;
108 mcontext32_t uc_mcontext;
109 uint32_t uc_link;
110 struct sigaltstack32 uc_stack;
111 uint32_t uc_flags;
112 uint32_t __spare__[4];