Searched refs:SA_SIGINFO (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigalarm.c45 #ifdef SA_SIGINFO
66 #ifdef SA_SIGINFO
67 sa.sa_flags = SA_SIGINFO;
H A Dt_sigmask.c114 act.sa_flags = SA_SIGINFO;
120 act.sa_flags = SA_SIGINFO;
185 act.sa_flags = SA_SIGINFO;
191 act.sa_flags = SA_SIGINFO;
H A Dt_once.c169 act.sa_flags = SA_SIGINFO;
/freebsd-11-stable/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c29 sa.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_exect.c75 act.sa_flags = SA_SIGINFO;
/freebsd-11-stable/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c47 sa.sa_flags = SA_SIGINFO;
90 sa.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp67 if (PreviousHandler.sa_flags & SA_SIGINFO) {
84 Action.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c125 sa.sa_flags = SA_SIGINFO;
169 sa.sa_flags = SA_SIGINFO;
330 sa.sa_flags = SA_SIGINFO;
381 sa.sa_flags = SA_SIGINFO;
423 sa.sa_flags = SA_SIGINFO;
479 sa.sa_flags = SA_SIGINFO;
H A Dt_fpsetmask.c233 sa.sa_flags = SA_SIGINFO;
270 sa.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/diff/lib/
H A Dc-stack.c95 && defined SA_ONSTACK && defined SA_RESETHAND && defined SA_SIGINFO)
255 act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp68 if (sigact.sa_flags & SA_SIGINFO) {
81 sigact.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c149 sact.sa_flags = SA_ONSTACK | SA_SIGINFO;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c45 * (catchsig, restoreints, setup_catchsig): Use SA_SIGINFO, not has_psiginfo,
46 * to determine whether to use SA_SIGINFO feature,
50 * (setup_catchsig): If using SA_SIGINFO, use sa_sigaction, not sa_handler.
51 * If SA_SIGINFO fails, fall back on sa_handler method.
399 #ifdef SA_SIGINFO
488 #ifdef SA_SIGINFO
495 #ifdef SA_SIGINFO
511 # ifdef SA_SIGINFO
518 # ifdef SA_SIGINFO
543 # if defined(SA_SIGINFO)
[all...]
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest5.c47 sa.sa_flags = SA_SIGINFO;
/freebsd-11-stable/tools/test/vm86/
H A Dvm86_test.c97 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
/freebsd-11-stable/sys/sys/
H A Dsignal.h377 /* If SA_SIGINFO is set, sa_sigaction must be used instead of sa_handler. */
391 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
459 #define SV_SIGINFO SA_SIGINFO
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c69 sa.sa_flags = SA_SIGINFO;
195 act.sa_flags = SA_SIGINFO;
H A Dt_timer_create.c71 act.sa_flags = SA_SIGINFO;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c243 if ((actp->sa_flags & SA_SIGINFO) != 0) {
423 nact.sa_flags |= SA_SIGINFO;
433 act.sa_flags = SA_SIGINFO;
470 actp->sa_flags = SA_SIGINFO;
553 newact.sa_flags |= SA_SIGINFO;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsignal.c56 n.sa_flags = SA_RESTART|SA_SIGINFO;
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-seccomp-filter.c298 act.sa_flags = SA_SIGINFO;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp212 act.sa_flags = SA_ONSTACK | SA_SIGINFO;
H A Dsanitizer_platform_limits_openbsd.cpp99 const uptr sa_siginfo = (uptr)SA_SIGINFO;
H A Dsanitizer_platform_limits_solaris.cpp101 const uptr sa_siginfo = (uptr)SA_SIGINFO;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp314 new_action.sa_flags = SA_SIGINFO;

Completed in 163 milliseconds

12