Home
last modified time | relevance | path

Searched refs:SIG_DFL (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/arch/um/os-Linux/
H A Dutil.c111 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
112 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals()
119 signal(SIGSEGV, SIG_DFL); in os_dump_core()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0005-mmal_exit_fix.patch12 - signal (SIGINT, SIG_DFL);
15 +// signal (SIGINT, SIG_DFL);
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c236 signal(SIGINT, SIG_DFL); in LLVMFuzzerInitialize()
237 signal(SIGHUP, SIG_DFL); in LLVMFuzzerInitialize()
238 signal(SIGTERM, SIG_DFL); in LLVMFuzzerInitialize()
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c98 if (act.sa_handler != SIG_DFL) in test_clone3_clear_sighand()
105 if (act.sa_handler != SIG_DFL) in test_clone3_clear_sighand()
/openbmc/openbmc/poky/meta/files/
H A Dext-sdk-prepare.py11 signal.signal(signal.SIGINT, signal.SIG_DFL)
22 signal.signal(signal.SIGINT, signal.SIG_DFL)
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c420 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free()
421 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free()
423 signal(SIGALRM, SIG_DFL); in test_sk_storage_map_stress_free()
446 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change()
447 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change()
449 signal(SIGALRM, SIG_DFL); in test_sk_storage_map_stress_change()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c235 signal(SIGSEGV, SIG_DFL); in test_shstk_violation()
391 signal(SIGSEGV, SIG_DFL); in test_gup()
445 signal(SIGSEGV, SIG_DFL); in test_mprotect()
528 signal(SIGSEGV, SIG_DFL); in test_userfaultfd()
536 signal(SIGSEGV, SIG_DFL); in test_userfaultfd()
H A Dsigaltstack.c48 sa.sa_handler = SIG_DFL; in clearhandler()
H A Dioperm.c42 sa.sa_handler = SIG_DFL; in clearhandler()
H A Dsysret_rip.c58 sa.sa_handler = SIG_DFL; in clearhandler()
/openbmc/linux/scripts/
H A Dbloat-o-meter11 from signal import signal, SIGPIPE, SIG_DFL
13 signal(SIGPIPE, SIG_DFL)
/openbmc/linux/tools/perf/tests/
H A Dperf-hooks.c13 signal(SIGSEGV, SIG_DFL); in sigsegv_handler()
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal-defs.h88 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
/openbmc/qemu/tests/tcg/hexagon/
H A Dhex_sigsegv.c76 act.sa_handler = SIG_DFL; in main()
H A Dmem_noshuf_exception.c88 act.sa_handler = SIG_DFL; in main()
H A Doverflow.c147 act.sa_handler = SIG_DFL; in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsignal_pending.c43 signal(SIGALRM, SIG_DFL); in test_signal_pending_by_type()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h121 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py49 signal.signal(signal.SIGTERM, signal.SIG_DFL)
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c58 signal(SIGALRM, SIG_DFL); in cpu_soak_usecs()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py57 signal.signal(signal.SIGTERM, signal.SIG_DFL)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py55 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.c92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
/openbmc/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c61 signal(SIGUSR1, SIG_DFL); in fork_child()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c266 signal(SIGINT, SIG_DFL); in syncookie_attach()
267 signal(SIGTERM, SIG_DFL); in syncookie_attach()

123