Home
last modified time | relevance | path

Searched refs:siginfo_t (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dexception.c61 static void exc_segfault(int signo, siginfo_t *info, void *ctx);
63 static void exc_debugger(int signo, siginfo_t *info, void *ctx);
76 ipisig(int nada, siginfo_t *info, void *ctxp) in ipisig()
110 stopsig(int nada, siginfo_t *info, void *ctxp) in stopsig()
144 kqueuesig(int nada, siginfo_t *info, void *ctxp) in kqueuesig()
167 timersig(int nada, siginfo_t *info, void *ctxp) in timersig()
190 cosig(int nada, siginfo_t *info, void *ctxp) in cosig()
202 infosig(int nada, siginfo_t *info, void *ctxp) in infosig()
263 exc_segfault(int signo, siginfo_t *info, void *ctxp) in exc_segfault()
287 exc_debugger(int signo, siginfo_t *info, void *ctxp) in exc_debugger()
/dragonfly/include/
H A Dsignal.h90 int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict,
92 int sigwaitinfo(const sigset_t * __restrict, siginfo_t * __restrict);
96 void psiginfo(const siginfo_t *, const char *);
/dragonfly/lib/libthread_xu/thread/
H A Dthr_sig.c51 int __sigwaitinfo(const sigset_t *set, siginfo_t *info);
52 int __sigtimedwait(const sigset_t *set, siginfo_t *info,
60 sigcancel_handler(int sig __unused, siginfo_t *info __unused, in sigcancel_handler()
221 __sigtimedwait(const sigset_t *set, siginfo_t *info, in __sigtimedwait()
245 __sigwaitinfo(const sigset_t *set, siginfo_t *info) in __sigwaitinfo()
H A Dthr_private.h767 int __sys_sigtimedwait(const sigset_t *, siginfo_t *,
769 int __sys_sigwaitinfo(const sigset_t *set, siginfo_t *info);
/dragonfly/lib/libc/gen/
H A Dwaitid.c42 int __waitid(idtype_t, id_t, siginfo_t *, int);
45 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __waitid()
H A Dsigwait.c33 extern int __sys_sigwaitinfo(const sigset_t *, siginfo_t *);
H A Dpsignal.c64 psiginfo(const siginfo_t *si, const char *s) in psiginfo()
/dragonfly/sys/sys/
H A Dwait.h153 int waitid(idtype_t, id_t, siginfo_t *, int);
165 siginfo_t *);
H A D_siginfo.h139 } siginfo_t; typedef
H A Dsignal.h252 typedef void __siginfohandler_t (int, siginfo_t *, void *);
H A Dkern_syscall.h83 struct __wrusage *wrusage, siginfo_t *info, int *res);
H A Dsysproto.h862 siginfo_t * info; char info_[PAD_(siginfo_t *)];
867 siginfo_t * info; char info_[PAD_(siginfo_t *)];
1424 siginfo_t * info; char info_[PAD_(siginfo_t *)];
/dragonfly/sys/cpu/x86_64/include/
H A Dsigframe.h50 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsutil.c403 static siginfo_t bufsiginfo;
404 static siginfo_t *volatile heldsiginfo;
488 static signal_type catchsigaction P((int,siginfo_t*,void*));
496 catchsigaction(s, (siginfo_t *)0, (void *)0);
501 siginfo_t *i;
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
H A Dcrtfastmath.c41 siginfo_t *sip __attribute__((unused)), in sigill_hdlr()
/dragonfly/contrib/awk/
H A Dmain.c60 , siginfo_t *si, void *uc in fpecatch()
/dragonfly/contrib/diffutils/lib/
H A Dc-stack.c233 segv_handler (int signo, siginfo_t *info, in segv_handler()
/dragonfly/contrib/grep/lib/
H A Dc-stack.c237 segv_handler (int signo, siginfo_t *info, void *context _GL_UNUSED) in segv_handler()
/dragonfly/test/x86_64/
H A Dqemu.patch63 siginfo_t *info = pinfo;
/dragonfly/sys/kern/
H A Dkern_exit.c953 siginfo_t info; in sys_wait6()
954 siginfo_t *infop; in sys_wait6()
1000 struct __wrusage *wrusage, siginfo_t *info, int *res) in kern_wait()
H A Dkern_sig.c80 static int kern_sigtimedwait(sigset_t set, siginfo_t *info,
1746 kern_sigtimedwait(sigset_t waitset, siginfo_t *info, struct timespec *timeout) in kern_sigtimedwait()
1865 siginfo_t info; in sys_sigtimedwait()
1905 siginfo_t info; in sys_sigwaitinfo()
/dragonfly/test/stress/stress2/misc/
H A Dldt.sh300 sigsegv_sigaction(int signo, siginfo_t *si, void *c)
/dragonfly/usr.bin/sort/
H A Dsort.c468 sig_handler(int sig __unused, siginfo_t *siginfo __unused, in sig_handler()
/dragonfly/contrib/dhcpcd/src/
H A Deloop.c830 eloop_signal3(int sig, __unused siginfo_t *siginfo, __unused void *arg) in eloop_signal3()