Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Ducontext.h96 typedef struct __ucontext32 { struct
97 sigset_t uc_sigmask;
98 mcontext32_t uc_mcontext;
99 u_int32_t uc_link;
100 struct sigaltstack32 uc_stack;
101 u_int32_t uc_flags;
102 u_int32_t __spare__[4];
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c109 typedef struct __ucontext32 { struct
110 sigset_t uc_sigmask;
111 mcontext32_t uc_mcontext;
112 uint32_t uc_link;
113 struct sigaltstack32 uc_stack;
114 uint32_t uc_flags;
115 uint32_t __spare__[4];