Home
last modified time | relevance | path

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

1234

/NextBSD/lib/libthr/thread/
HDthr_sig.c66 static void thr_sighandler(int, siginfo_t *, void *);
67 static void handle_signal(struct sigaction *, int, siginfo_t *, ucontext_t *);
72 int _sigtimedwait(const sigset_t *set, siginfo_t *info,
74 int _sigwaitinfo(const sigset_t *set, siginfo_t *info);
134 siginfo_t *info __unused, ucontext_t *ucp) in sigcancel_handler()
154 thr_sighandler(int sig, siginfo_t *info, void *_ucp) in thr_sighandler()
181 memcpy(&curthread->deferred_siginfo, info, sizeof(siginfo_t)); in thr_sighandler()
192 handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp) in handle_signal()
326 siginfo_t info; in check_deferred_signal()
344 memcpy(&info, &curthread->deferred_siginfo, sizeof(siginfo_t)); in check_deferred_signal()
[all …]
HDthr_private.h428 siginfo_t deferred_siginfo;
816 int __sys_sigtimedwait(const sigset_t *, siginfo_t *,
818 int __sys_sigwaitinfo(const sigset_t *set, siginfo_t *info);
921 int __thr_sigtimedwait(const sigset_t *set, siginfo_t *info,
924 int __thr_sigwaitinfo(const sigset_t *set, siginfo_t *info);
/NextBSD/lib/libc/gen/
HDwaitid.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()
51 siginfo_t *))__libc_interposing[INTERPOS_wait6])(idtype, id, in __waitid()
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_siginfo.c70 sig_debug(int signo, siginfo_t *info, ucontext_t *ctx) in sig_debug()
99 sigalrm_action(int signo, siginfo_t *info, void *ptr) in sigalrm_action()
136 sigchild_action(int signo, siginfo_t *info, void *ptr) in sigchild_action()
165 setchildhandler(void (*action)(int, siginfo_t *, void *)) in setchildhandler() argument
286 sigfpe_flt_action(int signo, siginfo_t *info, void *ptr) in sigfpe_flt_action()
338 sigfpe_int_action(int signo, siginfo_t *info, void *ptr) in sigfpe_int_action()
388 sigsegv_action(int signo, siginfo_t *info, void *ptr) in sigsegv_action()
424 sigbus_action(int signo, siginfo_t *info, void *ptr) in sigbus_action()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDCrashReason.cpp25 GetCrashReasonForSIGSEGV(const siginfo_t& info) in GetCrashReasonForSIGSEGV()
47 GetCrashReasonForSIGILL(const siginfo_t& info) in GetCrashReasonForSIGILL()
76 GetCrashReasonForSIGFPE(const siginfo_t& info) in GetCrashReasonForSIGFPE()
105 GetCrashReasonForSIGBUS(const siginfo_t& info) in GetCrashReasonForSIGBUS()
299 GetCrashReason(const siginfo_t& info) in GetCrashReason()
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_sigqueue.c43 static void handler(int, siginfo_t *, void *);
50 handler(int signo __unused, siginfo_t *info __unused, void *data __unused) in handler()
52 handler(int signo, siginfo_t *info, void *data) in handler()
HDt_sigtimedwait.c53 siginfo_t info; in ATF_TC_BODY()
79 siginfo_t info; in ATF_TC_BODY()
108 siginfo_t info; in ATF_TC_BODY()
HDt_timer_create.c42 timer_signal_handler(int signo, siginfo_t *si, void *osi __unused) in timer_signal_handler()
44 timer_signal_handler(int signo, siginfo_t *si, void *osi) in timer_signal_handler()
/NextBSD/lib/libc/powerpc64/gen/
HDsignalcontext.c47 siginfo_t *sig_si; in __signalcontext()
61 sp = (sp - sizeof(siginfo_t)) & ~15UL; in __signalcontext()
62 sig_si = (siginfo_t *)sp; in __signalcontext()
/NextBSD/lib/libc/powerpc/gen/
HDsignalcontext.c47 siginfo_t *sig_si; in __signalcontext()
61 sp = (sp - sizeof(siginfo_t)) & ~15UL; in __signalcontext()
62 sig_si = (siginfo_t *)sp; in __signalcontext()
/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDt_sigmask.c83 upcalls_not_started_handler1(int sig, siginfo_t *info, void *ctx) in upcalls_not_started_handler1()
95 upcalls_not_started_handler2(int sig, siginfo_t *info, void *ctx) in upcalls_not_started_handler2()
130 respected_while_running_handler1(int sig, siginfo_t *info, void *ctx) in respected_while_running_handler1()
143 respected_while_running_handler2(int sig, siginfo_t *info, void *ctx) in respected_while_running_handler2()
/NextBSD/lib/libc/amd64/gen/
HDsignalcontext.c47 siginfo_t *sig_si; in __signalcontext()
64 sp = (sp - sizeof(siginfo_t)) & ~15UL; in __signalcontext()
65 sig_si = (siginfo_t *)sp; in __signalcontext()
/NextBSD/lib/libc/sys/
HDsigwaitinfo.c44 sigwaitinfo(const sigset_t * __restrict set, siginfo_t * __restrict info) in sigwaitinfo()
47 return (((int (*)(const sigset_t *, siginfo_t *)) in sigwaitinfo()
HDsigtimedwait.c44 sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info, in sigtimedwait()
48 return (((int (*)(const sigset_t *, siginfo_t *, in sigtimedwait()
HDwait6.c46 siginfo_t *infop) in wait6()
50 siginfo_t *))__libc_interposing[INTERPOS_wait6])(idtype, id, in wait6()
/NextBSD/sys/x86/include/
HDsigframe.h57 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
68 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/NextBSD/include/
HDsignal.h91 int sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict,
93 int sigwaitinfo(const sigset_t * __restrict, siginfo_t * __restrict);
/NextBSD/tools/regression/sigqueue/sigqtest2/
HDsigqtest2.c16 job_handler(int sig, siginfo_t *si, void *ctx) in job_handler()
74 rtsig_handler(int sig, siginfo_t *si, void *ctx) in rtsig_handler()
/NextBSD/contrib/gcc/config/rs6000/
HDhost-darwin.c33 static void segv_handler (int, siginfo_t *, void *);
67 siginfo_t *sip ATTRIBUTE_UNUSED, in segv_handler()
/NextBSD/contrib/ntp/html/hints/
HDdecosf215 ! extern int waitid(idtype_t, id_t, siginfo_t *, int);
23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
/NextBSD/contrib/diff/lib/
HDc-stack.c168 static void segv_handler (int, siginfo_t *, void *) __attribute__((noreturn));
170 segv_handler (int signo, siginfo_t *info, in segv_handler()
/NextBSD/sys/powerpc/include/
HDsigframe.h36 siginfo_t sf_si;
/NextBSD/sys/sparc64/include/
HDsigframe.h37 siginfo_t sf_si;
/NextBSD/sys/arm64/include/
HDframe.h56 siginfo_t sf_si; /* actual saved siginfo */
/NextBSD/sys/riscv/include/
HDframe.h66 siginfo_t sf_si; /* actual saved siginfo */

1234