Searched refs:siginfo_t (Results 26 - 50 of 91) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dtrap.c225 print_mem_access_siginfo(int sig, siginfo_t *info, void *ctx,
258 print_illegal_instruction_siginfo(int sig, siginfo_t *info, void *ctx,
302 handle_signal(int sig, siginfo_t *info, void *ctx)
398 pagefault(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va)
514 illegal_instruction(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va)
554 * arguments other than the origional siginfo_t are not used
557 pass_on(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va)
583 alarm(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va)
606 sigio(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va)
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/vm86/
H A Dvm86test.c41 void urghdl(int, siginfo_t *, void *);
68 urghdl(int sig, siginfo_t *si, void *vuc)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dcleanup-9.C61 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-10.C62 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-11.C62 static void fn4 (int sig, siginfo_t *info, void *ctx)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcleanup-9.c60 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-10.c61 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-11.c61 static void fn4 (int sig, siginfo_t *info, void *ctx)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dcleanup-9.c60 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-10.c61 static void fn4 (int sig, siginfo_t *info, void *ctx)
H A Dcleanup-11.c61 static void fn4 (int sig, siginfo_t *info, void *ctx)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dpsignal.c82 psiginfo(const siginfo_t *si, const char *s)
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dframe.h93 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_sigalarm.c47 alarm_handler(int signo, siginfo_t *si, void *ctx)
H A Dt_siglongjmp.c62 handler(int sig, siginfo_t *info, void *ctx)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dframe.h108 /* a1 siginfo_t * arg for handler */
110 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dtimer.cpp66 handler(const int signo ATF_DEFS_ATTRIBUTE_UNUSED, siginfo_t* si,
77 siginfo_t* si ATF_DEFS_ATTRIBUTE_UNUSED,
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dframe.h197 siginfo_t *sf_sip; /* "sip" argument for handler */
199 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsignal.h130 void (*_sa_sigaction)(int, siginfo_t *, void *);
242 int sigqueueinfo(pid_t, const siginfo_t *);
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_siginfo.h50 #define linux_siginfo_t siginfo_t
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_signal.c58 static void netbsd32_si32_to_si(siginfo_t *, const siginfo32_t *);
192 netbsd32_si32_to_si(siginfo_t *si, const siginfo32_t *si32)
234 netbsd32_si_to_si32(siginfo32_t *si32, const siginfo_t *si)
437 const siginfo_t *info = src;
482 NETBSD32TOP_UAP(info, siginfo_t);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-types.h146 typedef int siginfo_t; typedef
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dsig_machdep.c66 siginfo_t sf_si;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/i386/
H A Dcpu_i386.c87 siginfo_t *sf_sip; /* "sip" argument for handler */
89 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetmask.c60 void sigfpe(int, siginfo_t *, void *);
275 sigfpe(int s, siginfo_t *si, void *c)

Completed in 302 milliseconds

1234