Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 25 of 32) sorted by relevance

12

/original-bsd/usr.bin/f77/libF77/
H A Dsigframe.h17 struct sigcontext *sf_scp;
21 struct sigcontext *sf_scpcopy;
H A Dtrpfpe_.c339 struct sigcontext *sc;
410 isp = (char *)sc + sizeof (struct sigcontext);
696 struct sigcontext *sc;
755 isp = (char *)sc + sizeof (struct sigcontext);
H A Dmain.c124 int s; int t; struct sigcontext *sc; in sigdie()
/original-bsd/sys/tahoe/tahoe/
H A Dmachdep.c312 register struct sigcontext *scp;
318 struct sigcontext *sf_scp;
321 struct sigcontext *sf_scpcopy;
335 scp = (struct sigcontext *)u.u_sigsp - 1;
338 scp = (struct sigcontext *)regs[SP] - 1;
390 struct sigcontext *sigcntxp;
398 register struct sigcontext *scp;
/original-bsd/sys/vax/include/
H A Dsignal.h27 struct sigcontext { struct
/original-bsd/sys/tahoe/include/
H A Dsignal.h27 struct sigcontext { struct
/original-bsd/sys/pmax/include/
H A Dsignal.h29 struct sigcontext { struct
/original-bsd/sys/hp300/include/
H A Dsignal.h26 struct sigcontext { struct
/original-bsd/sys/i386/include/
H A Dsignal.h26 struct sigcontext { struct
/original-bsd/lib/libc/vax/gen/
H A Dsetjmp.s26 movl 4(ap),r6 # construct sigcontext
65 pushl r1 # pointer to sigcontext
/original-bsd/lib/libc/tahoe/gen/
H A Dsetjmp.s29 movl 4(fp),r6 # construct sigcontext
69 pushl r1 # pointer to sigcontext
/original-bsd/sys/vax/vax/
H A Dmachdep.c345 register struct sigcontext *scp;
351 struct sigcontext *sf_scp;
354 struct sigcontext *sf_scpcopy;
368 scp = (struct sigcontext *)u.u_sigsp - 1;
371 scp = (struct sigcontext *)regs[SP] - 1;
427 struct sigcontext *sigcntxp;
435 register struct sigcontext *scp;
/original-bsd/sys/sparc/include/
H A Dsignal.h34 struct sigcontext { struct
/original-bsd/old/games.vax/compat/
H A Ddosig.c25 struct sigcontext *scp;
H A Druncompat.c175 struct sigcontext *scp;
/original-bsd/sys/news3400/news3400/
H A Dmachdep.c434 struct sigcontext *sf_scp; /* context ptr for handler */
436 struct sigcontext sf_sc; /* actual context */
461 struct sigcontext ksc;
555 struct sigcontext *sigcntxp;
563 register struct sigcontext *scp;
565 struct sigcontext ksc;
/original-bsd/include/
H A Dsignal.h40 int sigreturn __P((struct sigcontext *));
/original-bsd/sys/hp300/hp300/
H A Dmachdep.c631 struct sigcontext *sf_scp; /* context ptr for handler */
634 struct sigcontext sf_sc; /* actual context */
651 struct sigcontext *hsc_realsc; /* XXX sigreturn: ptr to BSD context */
661 struct sigcontext *hsf_scp;
816 hkfp->hsf_scp = (struct sigcontext *)
867 struct sigcontext *sigcntxp;
875 register struct sigcontext *scp;
878 struct sigcontext tsigc;
/original-bsd/sys/sparc/sparc/
H A Dmachdep.c304 struct sigcontext *sf_scp; /* points to user addr of sigcontext */
309 struct sigcontext sf_sc; /* actual sigcontext */
461 struct sigcontext *scp;
468 register struct sigcontext *scp;
/original-bsd/sys/i386/i386/
H A Dmachdep.c279 struct sigcontext *sf_scp;
284 struct sigcontext sf_sc;
404 struct sigcontext *sigcntxp;
411 register struct sigcontext *scp;
471 sync((struct sigcontext *)0);
/original-bsd/sys/luna68k/luna68k/
H A Dmachdep.c360 struct sigcontext *sf_scp; /* context ptr for handler */
363 struct sigcontext sf_sc; /* actual context */
531 struct sigcontext *sigcntxp;
539 register struct sigcontext *scp;
542 struct sigcontext tsigc;
/original-bsd/lib/libc/mips/gen/
H A D_setjmp.s32 li v0, 0xACEDBADE # sigcontext magic number
H A Dsetjmp.s52 li v0, 0xACEDBADE # sigcontext magic number
/original-bsd/share/doc/psd/05.sysman/
H A Dspell.ok286 sigcontext
/original-bsd/sys/pmax/pmax/
H A Dmachdep.c955 struct sigcontext *sf_scp; /* context ptr for handler */
957 struct sigcontext sf_sc; /* actual context */
982 struct sigcontext ksc;
1083 register struct sigcontext *scp;
1085 struct sigcontext ksc;

12