Home
last modified time | relevance | path

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

/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 Dos-wasm.c50 act.sa_handler = SIG_IGN; in os_setup_early_signal_handling()
H A Dqemu-io.c530 signal(SIGPIPE, SIG_IGN); in main()
/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/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/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/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0003-Fix-build-failure-in-readline-lib.patch76 + to say SigHandler *foo = signal (SIGKILL, SIG_IGN); */
/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c359 signal(SIGPIPE, SIG_IGN); in main()
/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/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);
/openbmc/qemu/bsd-user/
H A Dsignal.c712 act1.sa_sigaction = (void *)SIG_IGN; in do_sigaction()
868 if (oact.sa_sigaction == (void *)SIG_IGN) { in signal_init()
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch97 if (old_sigint_handler == SIG_IGN)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1626 signal.signal(signal.SIGTERM, signal.SIG_IGN)
/openbmc/openbmc/poky/scripts/
H A Drunqemu1626 signal.signal(signal.SIGTERM, signal.SIG_IGN)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1025 (void) signal(SIGPIPE, SIG_IGN);