| /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 | os-wasm.c | 50 act.sa_handler = SIG_IGN; in os_setup_early_signal_handling()
|
| H A D | qemu-io.c | 530 signal(SIGPIPE, SIG_IGN); in main()
|
| /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/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/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/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | 0003-Fix-build-failure-in-readline-lib.patch | 76 + to say SigHandler *foo = signal (SIGKILL, SIG_IGN); */
|
| /openbmc/qemu/tools/i386/ |
| H A D | qemu-vmsr-helper.c | 359 signal(SIGPIPE, SIG_IGN); in main()
|
| /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/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);
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 712 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 D | 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 97 if (old_sigint_handler == SIG_IGN)
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu | 1626 signal.signal(signal.SIGTERM, signal.SIG_IGN)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu | 1626 signal.signal(signal.SIGTERM, signal.SIG_IGN)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 1025 (void) signal(SIGPIPE, SIG_IGN);
|