Searched defs:ucontext (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c46 #include <sys/ucontext.h>
125 ucontext_t *ucontext = arg; local
165 (sigfpe_handlers[i])(sig, siginfo, ucontext);
178 (ieee_handlers[(int)exception])(sig, siginfo, ucontext);
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h72 typedef struct ucontext ucontext_t;
78 struct ucontext { struct
92 /* Kernel view of user ILP32 ucontext structure */
119 * from the user interface, defining which elements of ucontext
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h73 typedef struct ucontext ucontext_t;
79 struct ucontext { struct
97 /* Kernel view of user ILP32 ucontext structure */
125 * from the user interface, defining which elements of ucontext
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h31 * define the equivalent of SVR4 struct ucontext.
97 typedef struct ucontext{ struct
99 struct ucontext *uc_link;
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c493 ldma_sigusr_handler(int sig, siginfo_t *sinfo, void *ucontext) argument
/illumos-gate/usr/src/man/man3head/
H A DMakefile97 ucontext.h.3head \
186 ucontext.3head \
275 ucontext.3head := LINKSRC = ucontext.h.3head

Completed in 80 milliseconds