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

1234

/freebsd-11-stable/sys/powerpc/include/
H A Dsigframe.h36 siginfo_t sf_si;
/freebsd-11-stable/sys/sparc64/include/
H A Dsigframe.h37 siginfo_t sf_si;
/freebsd-11-stable/lib/libc/sys/
H A Dsigtimedwait.c44 sigtimedwait(const sigset_t * __restrict set, siginfo_t * __restrict info,
48 return (((int (*)(const sigset_t *, siginfo_t *,
H A Dsigwaitinfo.c44 sigwaitinfo(const sigset_t * __restrict set, siginfo_t * __restrict info)
47 return (((int (*)(const sigset_t *, siginfo_t *))
H A Dwait6.c46 siginfo_t *infop)
50 siginfo_t *))__libc_interposing[INTERPOS_wait6])(idtype, id,
/freebsd-11-stable/sys/x86/include/
H A Dsigframe.h57 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
68 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/freebsd-11-stable/usr.bin/truss/
H A Dextern.h38 extern void decode_siginfo(FILE *, siginfo_t *);
/freebsd-11-stable/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)
51 siginfo_t *))__libc_interposing[INTERPOS_wait6])(idtype, id,
57 * found, siginfo_t fields si_signo and si_pid will be
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h53 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info);
57 CrashReason GetCrashReason(const siginfo_t &info);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp32 static void AlarmHandler(int, siginfo_t *, void *) {
36 static void (*upstream_segv_handler)(int, siginfo_t *, void *);
38 static void SegvHandler(int sig, siginfo_t *si, void *ucontext) {
45 static void CrashHandler(int, siginfo_t *, void *) {
49 static void InterruptHandler(int, siginfo_t *, void *) {
53 static void GracefulExitHandler(int, siginfo_t *, void *) {
57 static void FileSizeExceedHandler(int, siginfo_t *, void *) {
62 void (*callback)(int, siginfo_t *, void *)) {
/freebsd-11-stable/sys/mips/include/
H A Dsigframe.h49 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/freebsd-11-stable/sys/arm64/include/
H A Dframe.h62 siginfo_t sf_si; /* actual saved siginfo */
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_signal.h48 void siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigtimedwait.c53 siginfo_t info;
79 siginfo_t info;
108 siginfo_t info;
/freebsd-11-stable/lib/libc/powerpc/gen/
H A Dsignalcontext.c47 siginfo_t *sig_si;
61 sp = (sp - sizeof(siginfo_t)) & ~15UL;
62 sig_si = (siginfo_t *)sp;
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dsignalcontext.c47 siginfo_t *sig_si;
61 sp = (sp - sizeof(siginfo_t)) & ~15UL;
62 sig_si = (siginfo_t *)sp;
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dsignalcontext.c47 siginfo_t *sig_si;
64 sp = (sp - sizeof(siginfo_t)) & ~15UL;
65 sig_si = (siginfo_t *)sp;
/freebsd-11-stable/sys/riscv/include/
H A Dframe.h71 siginfo_t sf_si; /* actual saved siginfo */
/freebsd-11-stable/sys/i386/include/
H A Dsigframe.h47 * Either 'int' for old-style FreeBSD handler or 'siginfo_t *'
87 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_signal.h64 void siginfo_to_siginfo32(const siginfo_t *src, struct siginfo32 *dst);
/freebsd-11-stable/contrib/netbsd-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)
130 respected_while_running_handler1(int sig, siginfo_t *info, void *ctx)
143 respected_while_running_handler2(int sig, siginfo_t *info, void *ctx)
/freebsd-11-stable/lib/librt/
H A Dsigev_thread.h51 siginfo_t sn_info;
/freebsd-11-stable/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c11 handler(int sig, siginfo_t *si, void *ctx)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_exect.c48 sigtrap_handler(int sig, siginfo_t *info, void *ctx)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c33 static void segv_handler (int, siginfo_t *, void *);
67 siginfo_t *sip ATTRIBUTE_UNUSED,

Completed in 1288 milliseconds

1234