Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/qemu/
H A Dos-posix.c48 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 Dqemu-io.c530 signal(SIGPIPE, SIG_IGN); in main()
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c110 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
128 signal(SIGTERM, SIG_IGN); in os_dump_core()
H A Dprocess.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
H A Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/openbmc/ipmitool/lib/
H A Dhelper.c627 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 Dsignal-defs.h89 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h122 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch25 signal(SIGCLD,SIG_IGN);
/openbmc/openbmc/poky/meta/files/
H A Dext-sdk-prepare.py18 signal.signal(signal.SIGINT, signal.SIG_IGN)
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c305 signal(SIGINT, SIG_IGN); in fork_it()
306 signal(SIGQUIT, SIG_IGN); in fork_it()
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp105 signal.signal(signal.SIGTTOU, signal.SIG_IGN)
/openbmc/qemu/contrib/ivshmem-client/
H A Dmain.c201 sa.sa_handler = SIG_IGN; in main()
/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c215 sa.sa_handler = SIG_IGN; in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/
H A D0001-canutils-candump-Add-error-frame-s-handling.patch56 signal(SIGPIPE, SIG_IGN);
/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c398 signal(SIGPIPE, SIG_IGN); in main()
/openbmc/linux/kernel/
H A Dsignal.c77 return handler == SIG_IGN || in sig_handler_ignored()
531 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals()
546 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers()
563 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal()
1346 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task()
2123 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent()
2141 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent()
2217 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop()
2798 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal()
4112 if (action == SIG_IGN) { in kernel_sigaction()
H A Dumh.c140 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
H A Dpid_namespace.c186 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
/openbmc/linux/tools/testing/vsock/
H A Dutil.c31 signal(SIGPIPE, SIG_IGN); in init_signals()
/openbmc/u-boot/common/
H A Dcli_hush.c3368 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 Dqemu-vmsr-helper.c360 signal(SIGPIPE, SIG_IGN); in main()
/openbmc/linux/include/linux/
H A Dsignal.h322 kernel_sigaction(sig, SIG_IGN); in disallow_signal()
/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c112 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 D0001-Fixes-for-yocto-build.patch62 signal(SIGPIPE, SIG_IGN);

12