Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h79 struct ucontext { struct
84 ucontext_t *uc_link; argument
97 /* Kernel view of user ILP32 ucontext structure */ argument
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h79 struct ucontext { struct
84 ucontext_t *uc_link; argument
101 /* Kernel view of user ILP32 ucontext structure */ argument
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c123 ucontext_t *ucontext = arg; in _sigfpe_master() local
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c493 ldma_sigusr_handler(int sig, siginfo_t *sinfo, void *ucontext) in ldma_sigusr_handler()