Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/include/
H A Ducontext.h88 typedef struct __ucontext32 { global() struct
89 uc_sigmask__ucontext32 global() argument
90 uc_mcontext__ucontext32 global() argument
91 uc_link__ucontext32 global() argument
92 uc_stack__ucontext32 global() argument
93 uc_flags__ucontext32 global() argument
94 __spare____ucontext32 global() argument
/freebsd-src/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];