Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/one-true-awk/
H A Dmain.c59 #ifdef SA_SIGINFO in fpecatch()
64 #ifdef SA_SIGINFO in fpecatch()
78 #ifdef SA_SIGINFO in fpecatch()
129 #ifdef SA_SIGINFO in main()
133 sa.sa_flags = SA_SIGINFO; in main()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigalarm.c45 #ifdef SA_SIGINFO
66 #ifdef SA_SIGINFO in setup()
67 sa.sa_flags = SA_SIGINFO; in setup()
H A Dt_sigmask.c114 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 Dbasic_signal.c50 .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 Dsigaltstack.c96 .sa_flags = SA_ONSTACK | SA_SIGINFO, in ATF_TC_BODY()
H A Dsigsys.c38 sa.sa_flags = SA_SIGINFO; in sigsys_test()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c125 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 Dt_fpsetmask.c233 sa.sa_flags = SA_SIGINFO; in fpsetmask_masked()
270 sa.sa_flags = SA_SIGINFO; in fpsetmask_unmasked()
/freebsd/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c46 sa.sa_flags = SA_SIGINFO; in job_control_test()
89 sa.sa_flags = SA_SIGINFO; in main()
/freebsd/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; in c_stack_action()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp68 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 Dthr_sig.c297 if ((actp->sa_flags & SA_SIGINFO) != 0) { in handle_signal()
477 nact.sa_flags |= SA_SIGINFO; in _thr_signal_init()
487 act.sa_flags = SA_SIGINFO; in _thr_signal_init()
524 actp->sa_flags = SA_SIGINFO; in _thr_sigact_unload()
607 newact.sa_flags |= SA_SIGINFO; in __thr_sigaction()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c69 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
195 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dsignal.h381 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
426 #define SV_SIGINFO SA_SIGINFO
/freebsd/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_exect.c75 act.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dsignal2.sh33 .sa_flags = SA_SIGINFO,
H A Dsignal0.sh89 sa.sa_flags = SA_SIGINFO;
H A Dsigfastblock.sh84 sa.sa_flags = SA_SIGINFO;
H A Dsyzkaller8.sh63 sa.sa_flags = SA_NODEFER | SA_SIGINFO;
H A Dsegregs.sh119 sa.sa_flags = SA_SIGINFO;
H A Dmmap16.sh121 sa.sa_flags = SA_SIGINFO;
/freebsd/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c28 sa.sa_flags = SA_SIGINFO; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp217 if (PreviousHandler.sa_flags & SA_SIGINFO) { in sigSegvHandler()
257 Action.sa_flags = SA_SIGINFO; in installSignalHandlers()
/freebsd/lib/libthr/tests/
H A Dpthread_sigqueue_test.c91 sa.sa_flags = SA_SIGINFO; in ATF_TC_BODY()
/freebsd/tools/test/vm86/
H A Dvm86_test.c96 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in main()

123