/freebsd/contrib/one-true-awk/ |
H A D | main.c | 59 #ifdef SA_SIGINFO in fpecatch() 64 #ifdef SA_SIGINFO in fpecatch() 99 #ifdef SA_SIGINFO in fpecatch() 149 #ifdef SA_SIGINFO in main() 153 sa.sa_flags = SA_SIGINFO; in main()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_sigalarm.c | 45 #ifdef SA_SIGINFO 66 #ifdef SA_SIGINFO in setup() 67 sa.sa_flags = SA_SIGINFO; in setup()
|
H A D | t_sigmask.c | 114 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 120 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 185 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 191 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
|
/freebsd/tests/sys/kern/ |
H A D | basic_signal.c | 50 .sa_flags = SA_SIGINFO, in ATF_TC_BODY() 114 .sa_flags = SA_SIGINFO, in ATF_TC_BODY() 172 .sa_flags = SA_SIGINFO, in ATF_TC_BODY() 199 .sa_flags = SA_SIGINFO, in ATF_TC_BODY()
|
H A D | sigaltstack.c | 96 .sa_flags = SA_ONSTACK | SA_SIGINFO, in ATF_TC_BODY()
|
H A D | sigsys.c | 38 sa.sa_flags = SA_SIGINFO; in sigsys_test()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_siginfo.c | 125 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 169 sa.sa_flags = SA_SIGINFO; in setchildhandler() 330 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 381 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 423 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 479 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
|
H A D | t_fpsetmask.c | 233 sa.sa_flags = SA_SIGINFO; in fpsetmask_masked() 270 sa.sa_flags = SA_SIGINFO; in fpsetmask_unmasked()
|
/freebsd/tools/regression/sigqueue/sigqtest2/ |
H A D | sigqtest2.c | 46 sa.sa_flags = SA_SIGINFO; in job_control_test() 89 sa.sa_flags = SA_SIGINFO; in main()
|
/freebsd/contrib/diff/lib/ |
H A D | c-stack.c | 95 && defined SA_ONSTACK && defined SA_RESETHAND && defined SA_SIGINFO) 255 act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO; in c_stack_action()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 68 if (sigact.sa_flags & SA_SIGINFO) { in SetSigaction() 84 new_sigact.sa_flags = SA_SIGINFO | (sigact.sa_flags & SA_ONSTACK); in SetSigaction()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_sig.c | 295 if ((actp->sa_flags & SA_SIGINFO) != 0) { in handle_signal() 475 nact.sa_flags |= SA_SIGINFO; in _thr_signal_init() 485 act.sa_flags = SA_SIGINFO; in _thr_signal_init() 522 actp->sa_flags = SA_SIGINFO; in _thr_sigact_unload() 605 newact.sa_flags |= SA_SIGINFO; in __thr_sigaction()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_sigqueue.c | 69 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY() 195 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | signal.h | 381 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro 426 #define SV_SIGINFO SA_SIGINFO
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 217 if (PreviousHandler.sa_flags & SA_SIGINFO) { in sigSegvHandler() 257 Action.sa_flags = SA_SIGINFO; in installSignalHandlers()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/exect/ |
H A D | t_exect.c | 75 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
|
/freebsd/tools/regression/sigqueue/sigqtest1/ |
H A D | sigqtest1.c | 28 sa.sa_flags = SA_SIGINFO; in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | signal2.sh | 33 .sa_flags = SA_SIGINFO,
|
H A D | signal0.sh | 89 sa.sa_flags = SA_SIGINFO;
|
H A D | sigfastblock.sh | 84 sa.sa_flags = SA_SIGINFO;
|
H A D | segregs.sh | 119 sa.sa_flags = SA_SIGINFO;
|
H A D | syzkaller8.sh | 63 sa.sa_flags = SA_NODEFER | SA_SIGINFO;
|
H A D | mmap16.sh | 121 sa.sa_flags = SA_SIGINFO;
|
/freebsd/tools/test/vm86/ |
H A D | vm86_test.c | 95 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in main()
|
/freebsd/tests/sys/mqueue/ |
H A D | mqtest5.c | 46 sa.sa_flags = SA_SIGINFO; in main()
|