HomeSort by relevance Sort by last modified time
    Searched defs:ucontext_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/sys/
ucontext.h 73 typedef struct ucontext ucontext_t; typedef in typeref:struct:ucontext
75 typedef struct __ucontext ucontext_t; typedef in typeref:struct:__ucontext
84 ucontext_t *uc_link;
105 extern void ucontext_nto32(const ucontext_t *src, ucontext32_t *dest);
106 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
140 void savecontext(ucontext_t *, k_sigset_t);
141 void restorecontext(ucontext_t *);
  /onnv/onnv-gate/usr/src/uts/sparc/sys/
ucontext.h 74 typedef struct ucontext ucontext_t; typedef in typeref:struct:ucontext
76 typedef struct __ucontext ucontext_t; typedef in typeref:struct:__ucontext
85 ucontext_t *uc_link;
110 extern void ucontext_32ton(const ucontext32_t *, ucontext_t *,
148 extern void savecontext(ucontext_t *, k_sigset_t);
149 extern void restorecontext(ucontext_t *);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
ucontext.h 104 } ucontext_t; typedef in typeref:struct:ucontext

Completed in 2880 milliseconds