Searched refs:sigframe_siginfo (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/mips/mips/
H A Dsig_machdep.c65 struct sigframe_siginfo { struct
82 struct sigframe_siginfo *sf = getframe(l, signo, &onstack);
83 struct sigframe_siginfo ksf;
/netbsd-current/sys/arch/sh3/include/
H A Dframe.h140 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/amd64/include/
H A Dframe.h123 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/riscv/riscv/
H A Dsig_machdep.c75 struct COMPATNAME2(sigframe_siginfo) {
93 struct COMPATNAME2(sigframe_siginfo) *sf =
95 struct COMPATNAME2(sigframe_siginfo) ksf;
/netbsd-current/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c80 struct sigframe_siginfo { struct
97 struct sigframe_siginfo *fp, frame;
127 sp -= sizeof(struct sigframe_siginfo);
132 fp = (struct sigframe_siginfo *) (((unsigned long)sp & ~15) - 8);
/netbsd-current/sys/arch/alpha/include/
H A Dframe.h105 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/i386/include/
H A Dframe.h166 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/arm/include/
H A Dframe.h110 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/hppa/hppa/
H A Dsig_machdep.c113 struct sigframe_siginfo { struct
125 struct sigframe_siginfo *fp, frame;
/netbsd-current/sys/arch/usermode/target/arm/
H A Dcpu_arm.c61 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/usermode/target/i386/
H A Dcpu_i386.c80 struct sigframe_siginfo { struct
101 struct sigframe_siginfo *fp, frame;
/netbsd-current/sys/arch/arm/arm/
H A Dsig_machdep.c94 struct sigframe_siginfo *fp, frame;
105 fp = (struct sigframe_siginfo *)STACK_ALIGN(fp, STACK_ALIGNBYTES);
/netbsd-current/sys/arch/m68k/include/
H A Dframe.h190 struct sigframe_siginfo { struct
/netbsd-current/sys/arch/m68k/m68k/
H A Dsig_machdep.c157 struct sigframe_siginfo *fp = getframe(l, sig, &onstack), kf;
/netbsd-current/sys/arch/sh3/sh3/
H A Dsh3_machdep.c357 struct sigframe_siginfo *fp, frame;
/netbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1513 struct sigframe_siginfo *fp, frame;
1517 fp = (struct sigframe_siginfo *)getframe(l,ksi->ksi_signo,&onstack);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c434 struct sigframe_siginfo { struct
449 struct sigframe_siginfo *fp = getframe(l, sig, &onstack);
/netbsd-current/sys/arch/i386/i386/
H A Dmachdep.c673 struct sigframe_siginfo *fp = getframe(l, sig, &onstack), frame;

Completed in 145 milliseconds