/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 111 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 D | 0005-mmal_exit_fix.patch | 12 - signal (SIGINT, SIG_DFL); 15 +// signal (SIGINT, SIG_DFL);
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 236 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 D | clone3_clear_sighand.c | 98 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 D | ext-sdk-prepare.py | 11 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 D | sk_storage_map.c | 420 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 D | test_shadow_stack.c | 235 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 D | sigaltstack.c | 48 sa.sa_handler = SIG_DFL; in clearhandler()
|
H A D | ioperm.c | 42 sa.sa_handler = SIG_DFL; in clearhandler()
|
H A D | sysret_rip.c | 58 sa.sa_handler = SIG_DFL; in clearhandler()
|
/openbmc/linux/scripts/ |
H A D | bloat-o-meter | 11 from signal import signal, SIGPIPE, SIG_DFL 13 signal(SIGPIPE, SIG_DFL)
|
/openbmc/linux/tools/perf/tests/ |
H A D | perf-hooks.c | 13 signal(SIGSEGV, SIG_DFL); in sigsegv_handler()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 88 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hex_sigsegv.c | 76 act.sa_handler = SIG_DFL; in main()
|
H A D | mem_noshuf_exception.c | 88 act.sa_handler = SIG_DFL; in main()
|
H A D | overflow.c | 147 act.sa_handler = SIG_DFL; in main()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | signal_pending.c | 43 signal(SIGALRM, SIG_DFL); in test_signal_pending_by_type()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 121 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/ |
H A D | httpserver.py | 49 signal.signal(signal.SIGTERM, signal.SIG_DFL)
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 58 signal(SIGALRM, SIG_DFL); in cpu_soak_usecs()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | httpserver.py | 57 signal.signal(signal.SIGTERM, signal.SIG_DFL)
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rawcopy.py | 55 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
/openbmc/linux/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 61 signal(SIGUSR1, SIG_DFL); in fork_child()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 266 signal(SIGINT, SIG_DFL); in syncookie_attach() 267 signal(SIGTERM, SIG_DFL); in syncookie_attach()
|