Searched refs:siginfo_t (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dc-stack.h22 # define siginfo_t void macro
25 int c_stack_action (void (*) (int, siginfo_t *, void *));
26 void c_stack_die (int, siginfo_t *, void *);
H A Dc-stack.c100 static void (* volatile segv_action) (int, siginfo_t *, void *);
106 segv_handler (int signo, siginfo_t *info, void *context)
143 c_stack_die (int signo, siginfo_t *info, void *context)
173 c_stack_action (void (*action) (int, siginfo_t *, void *))
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dsigwaitinfo.c48 siginfo_t * __restrict info));
55 _sigwaitinfo(const sigset_t * __restrict set, siginfo_t * __restrict info)
H A Dsigtimedwait.c48 sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
H A Dsigqueue.c50 siginfo_t info;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dsig2.c12 leave (int n, siginfo_t *info, void *x)
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dsignal.h64 siginfo_t * __restrict, const struct timespec50 * __restrict);
66 siginfo_t * __restrict, struct timespec50 * __restrict);
68 siginfo_t * __restrict, const struct timespec * __restrict);
70 siginfo_t * __restrict, struct timespec * __restrict);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dframe.h143 siginfo_t *sf_sip; /* r5 - "sip" argument for handler */
147 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_sigtimedwait.c57 sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
70 __sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
/netbsd-6-1-5-RELEASE/regress/sys/uvm/stack_noexec/
H A Dtramptest.c24 buserr(int s, siginfo_t *si, void *ctx)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dsse-os-support.h11 siginfo_t *sip __attribute__((unused)),
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsiginfo.c29 handler (int sig, siginfo_t *info, void *context)
H A Dsiginfo-addr.c30 handler (int sig, siginfo_t *info, void *context)
H A Dsiginfo-infcall.c46 handler (int sig, siginfo_t *siginfo, void *context)
H A Dsiginfo-obj.c29 handler (int sig, siginfo_t *info, void *context)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dintr.h44 typedef void (sigfunc_t)(siginfo_t *info, vaddr_t from_userland, vaddr_t pc, vaddr_t va);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-into-signal.c27 void action(int sig, siginfo_t * info, void *uc)
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dframe.h117 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dframe.h167 siginfo_t *sf_sip; /* "sip" argument for handler */
169 siginfo_t sf_si; /* actual saved siginfo */
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_sigqueue.c43 static void handler(int, siginfo_t *, void *);
49 handler(int signo, siginfo_t *info, void *data)
/netbsd-6-1-5-RELEASE/include/
H A Dsignal.h182 int sigwaitinfo(const sigset_t * __restrict, siginfo_t * __restrict);
183 void psiginfo(const siginfo_t *, const char *);
188 siginfo_t * __restrict, const struct timespec * __restrict)
191 siginfo_t * __restrict, struct timespec * __restrict)
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_sigmask.c83 upcalls_not_started_handler1(int sig, siginfo_t *info, void *ctx)
95 upcalls_not_started_handler2(int sig, siginfo_t *info, void *ctx)
131 respected_while_running_handler1(int sig, siginfo_t *info, void *ctx)
144 respected_while_running_handler2(int sig, siginfo_t *info, void *ctx)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dhost-darwin.c33 static void segv_handler (int, siginfo_t *, void *);
67 siginfo_t *sip ATTRIBUTE_UNUSED,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dhost-darwin.c33 static void segv_handler (int, siginfo_t *, void *);
53 siginfo_t *sip ATTRIBUTE_UNUSED,
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_siginfo.c61 sig_debug(int signo, siginfo_t *info, ucontext_t *ctx)
88 sigalrm_action(int signo, siginfo_t *info, void *ptr)
125 sigchild_action(int signo, siginfo_t *info, void *ptr)
152 setchildhandler(void (*action)(int, siginfo_t *, void *))
273 sigfpe_flt_action(int signo, siginfo_t *info, void *ptr)
326 sigfpe_int_action(int signo, siginfo_t *info, void *ptr)
376 sigsegv_action(int signo, siginfo_t *info, void *ptr)

Completed in 286 milliseconds

1234