Symbol: sigcontext
sys/arch/alpha/alpha/machdep.c
1352
struct sigcontext ksc, *scp;
sys/arch/alpha/alpha/machdep.c
1375
scp = (struct sigcontext *)
sys/arch/alpha/alpha/machdep.c
1379
scp = (struct sigcontext *)(oldsp - rndfsize);
sys/arch/alpha/alpha/machdep.c
1445
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/alpha/alpha/machdep.c
1447
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/alpha/alpha/machdep.c
1467
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/amd64/amd64/machdep.c
665
struct sigcontext ksc;
sys/arch/amd64/amd64/machdep.c
761
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/amd64/amd64/machdep.c
763
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/amd64/amd64/machdep.c
784
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/arm/arm/sig_machdep.c
180
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/arm/arm/sig_machdep.c
182
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/arm/arm/sig_machdep.c
202
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/arm/include/frame.h
96
struct sigcontext *sf_scp;
sys/arch/arm/include/frame.h
98
struct sigcontext sf_sc;
sys/arch/arm64/arm64/sig_machdep.c
180
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/arm64/arm64/sig_machdep.c
182
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/arm64/arm64/sig_machdep.c
202
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/arm64/include/frame.h
43
struct sigcontext sf_sc;
sys/arch/hppa/hppa/machdep.c
1198
struct sigcontext ksc;
sys/arch/hppa/hppa/machdep.c
1291
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/hppa/hppa/machdep.c
1293
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/hppa/hppa/machdep.c
1316
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/i386/i386/machdep.c
2481
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/i386/i386/machdep.c
2483
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/i386/i386/machdep.c
2503
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/i386/include/frame.h
168
struct sigcontext *sf_scp;
sys/arch/i386/include/frame.h
170
struct sigcontext sf_sc;
sys/arch/m88k/m88k/sig_machdep.c
193
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/m88k/m88k/sig_machdep.c
195
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/m88k/m88k/sig_machdep.c
227
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/m88k/m88k/sig_machdep.c
86
struct sigcontext *sf_scp; /* context ptr for handler */
sys/arch/m88k/m88k/sig_machdep.c
87
struct sigcontext sf_sc; /* actual context */
sys/arch/macppc/macppc/machdep.c
500
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/macppc/macppc/machdep.c
502
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/macppc/macppc/machdep.c
522
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/mips64/mips64/sendsig.c
103
struct sigcontext ksc;
sys/arch/mips64/mips64/sendsig.c
181
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/mips64/mips64/sendsig.c
183
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/mips64/mips64/sendsig.c
208
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/mips64/mips64/sendsig.c
85
struct sigcontext *sf_scp; /* context ptr for handler */
sys/arch/mips64/mips64/sendsig.c
87
struct sigcontext sf_sc; /* actual context */
sys/arch/powerpc/include/frame.h
71
struct sigcontext sf_sc;
sys/arch/powerpc64/include/frame.h
75
struct sigcontext sf_sc;
sys/arch/powerpc64/powerpc64/machdep.c
1019
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/powerpc64/powerpc64/machdep.c
995
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/powerpc64/powerpc64/machdep.c
997
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/riscv64/include/frame.h
75
struct sigcontext sf_sc;
sys/arch/riscv64/riscv64/sig_machdep.c
200
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/riscv64/riscv64/sig_machdep.c
202
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/riscv64/riscv64/sig_machdep.c
223
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/arch/sh/sh/sh_machdep.c
440
struct sigcontext *sf_ucp; /* r6 - "ucp" argument for handler */
sys/arch/sh/sh/sh_machdep.c
442
struct sigcontext sf_uc; /* actual context */
sys/arch/sh/sh/sh_machdep.c
515
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/sh/sh/sh_machdep.c
517
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/sh/sh/sh_machdep.c
537
offsetof(struct sigcontext, sc_cookie), sizeof(ksc.sc_cookie));
sys/arch/sparc64/sparc64/machdep.c
327
struct sigcontext sf_sc; /* actual sigcontext */
sys/arch/sparc64/sparc64/machdep.c
485
syscallarg(struct sigcontext *) sigcntxp;
sys/arch/sparc64/sparc64/machdep.c
487
struct sigcontext ksc, *scp = SCARG(uap, sigcntxp);
sys/arch/sparc64/sparc64/machdep.c
520
offsetof(struct sigcontext, sc_cookie), sizeof (ksc.sc_cookie));
sys/sys/signal.h
192
typedef struct sigcontext ucontext_t;
sys/sys/syscallargs.h
516
syscallarg(struct sigcontext *) sigcntxp;