/openbmc/qemu/ |
H A D | os-posix.c | 48 act.sa_handler = SIG_IGN; in os_setup_early_signal_handling() 254 signal(SIGTSTP, SIG_IGN); in os_daemonize() 255 signal(SIGTTOU, SIG_IGN); in os_daemonize() 256 signal(SIGTTIN, SIG_IGN); in os_daemonize()
|
H A D | qemu-io.c | 530 signal(SIGPIPE, SIG_IGN); in main()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 128 signal(SIGTERM, SIG_IGN); in os_dump_core()
|
H A D | process.c | 284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
H A D | irq.c | 138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 627 signal(SIGHUP, SIG_IGN); in ipmi_start_daemon() 630 signal(SIGTTOU, SIG_IGN); in ipmi_start_daemon() 633 signal(SIGTTIN, SIG_IGN); in ipmi_start_daemon() 636 signal(SIGQUIT, SIG_IGN); in ipmi_start_daemon() 639 signal(SIGTSTP, SIG_IGN); in ipmi_start_daemon()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 122 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | vfork.patch | 25 signal(SIGCLD,SIG_IGN);
|
/openbmc/openbmc/poky/meta/files/ |
H A D | ext-sdk-prepare.py | 18 signal.signal(signal.SIGINT, signal.SIG_IGN)
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 305 signal(SIGINT, SIG_IGN); in fork_it() 306 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 105 signal.signal(signal.SIGTTOU, signal.SIG_IGN)
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | main.c | 201 sa.sa_handler = SIG_IGN; in main()
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | main.c | 215 sa.sa_handler = SIG_IGN; in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 56 signal(SIGPIPE, SIG_IGN);
|
/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 398 signal(SIGPIPE, SIG_IGN); in main()
|
/openbmc/linux/kernel/ |
H A D | signal.c | 77 return handler == SIG_IGN || in sig_handler_ignored() 532 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 547 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 564 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1347 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task() 2125 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 2143 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 2219 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2800 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 4114 if (action == SIG_IGN) { in kernel_sigaction()
|
H A D | umh.c | 140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
|
H A D | pid_namespace.c | 186 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | util.c | 31 signal(SIGPIPE, SIG_IGN); in init_signals()
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 3368 signal(SIGINT, SIG_IGN); 3369 signal(SIGQUIT, SIG_IGN); 3370 signal(SIGTERM, SIG_IGN); 3371 signal(SIGTSTP, SIG_IGN); 3372 signal(SIGTTIN, SIG_IGN); 3373 signal(SIGTTOU, SIG_IGN); 3374 signal(SIGCHLD, SIG_IGN);
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 360 signal(SIGPIPE, SIG_IGN); in main()
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 322 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 112 sa.sa_sigaction = (void *)SIG_IGN; in setsigign()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0001-Fixes-for-yocto-build.patch | 62 signal(SIGPIPE, SIG_IGN);
|