Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Ducontext_h.cfg18 # Definitions found in ucontext.h
24 type | sigset_t | ucontext.h | -POSIX+ SUS+
25 type | stack_t | ucontext.h | -POSIX+ SUS+
26 type | mcontext_t | ucontext.h | -POSIX+ SUS+
27 type | ucontext_t | ucontext.h | -POSIX+ SUS+
32 value | REG_SP | int | ucontext.h | -POSIX+ -SUS+
33 value | GETCONTEXT | int | ucontext.h | -POSIX+ -SUS+
/illumos-gate/usr/src/uts/sparc/sys/
H A Darchsystm.h93 struct ucontext;
94 extern void xregs_clrptr(struct _klwp *, struct ucontext *);
95 extern int xregs_hasptr(struct _klwp *, struct ucontext *);
96 extern caddr_t xregs_getptr(struct _klwp *, struct ucontext *);
97 extern void xregs_setptr(struct _klwp *, struct ucontext *, caddr_t);
H A Ducontext.h73 typedef struct ucontext ucontext_t;
79 struct ucontext { struct
H A Dold_procfs.h196 struct ucontext *pr_oldcontext; /* Address of previous ucontext */
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile71 ucontext \
95 ucontext.32 := SMOFF += unreachable
96 ucontext.64 := SMOFF += unreachable
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c123 ucontext_t *ucontext = arg; in _sigfpe_master() local
169 (sigfpe_handlers[i])(sig, siginfo, ucontext); in _sigfpe_master()
182 (ieee_handlers[(int)exception])(sig, siginfo, ucontext); in _sigfpe_master()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h73 typedef struct ucontext ucontext_t;
79 struct ucontext { struct
H A Dfp.h388 struct ucontext;
394 extern int fpu_signal_copyin(struct _klwp *, struct ucontext *);
H A DMakefile102 ucontext.h \
H A Dold_procfs.h197 struct ucontext *pr_oldcontext; /* Address of previous ucontext */
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_context_off.in30 #include <ucontext.h>
32 ucontext
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Doffsets.in27 #include <sys/ucontext.h>
/illumos-gate/usr/src/man/man3head/
H A DManlink264 ucontext.h.3head
265 ucontext.3head
H A DMakefile102 ucontext.h.3head \
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run47 [/opt/os-tests/tests/ucontext.32]
48 [/opt/os-tests/tests/ucontext.64]
/illumos-gate/usr/src/head/
H A DMakefile203 ucontext.h \
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c493 ldma_sigusr_handler(int sig, siginfo_t *sinfo, void *ucontext) in ldma_sigusr_handler() argument
/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c137 ucp->uc_link = (struct ucontext *)lwp->lwp_oldcontext; in savecontext()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m328 file path=opt/os-tests/tests/ucontext.32 mode=0555
329 file path=opt/os-tests/tests/ucontext.64 mode=0555
H A Dsystem-header.p5m1463 file path=usr/include/sys/ucontext.h
1528 file path=usr/include/ucontext.h
1898 link path=usr/share/man/man3head/ucontext.3head target=ucontext.h.3head
1899 file path=usr/share/man/man3head/ucontext.h.3head
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com966 ucontext.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com998 ucontext.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile956 ucontext.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com1020 ucontext.o \
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c3179 sp->pr_oldcontext = (struct ucontext *)lwp->lwp_oldcontext; in oprgetstatus()

12