Searched defs:ucontext32_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h101 } ucontext32_t; typedef in typeref:struct:ucontext32
104 extern void ucontext_nto32(const ucontext_t *src, ucontext32_t *dest);
105 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
143 extern void savecontext32(ucontext32_t *, const k_sigset_t *);
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h106 } ucontext32_t; typedef in typeref:struct:ucontext32
109 extern void ucontext_32ton(const ucontext32_t *, ucontext_t *,
151 extern void savecontext32(ucontext32_t *, const k_sigset_t *, struct fq32 *);

Completed in 44 milliseconds