Home
last modified time | relevance | path

Searched refs:SIGPIPE (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dsignal.h23 #define SIGPIPE 13 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/openbmc/qemu/
H A Dos-wasm.c51 sigaction(SIGPIPE, &act, NULL); in os_setup_early_signal_handling()
H A Dos-posix.c49 sigaction(SIGPIPE, &act, NULL); in os_setup_early_signal_handling()
H A Dqemu-io.c530 signal(SIGPIPE, SIG_IGN); in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A D0001-wscript-Add-BISONFLAGS-support.patch17 # Ensure m4 is present, or bison will fail with SIGPIPE
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py55 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/openbmc/qemu/contrib/ivshmem-client/
H A Dmain.c204 sigaction(SIGPIPE, &sa, 0) == -1) { in main()
/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c218 sigaction(SIGPIPE, &sa, 0) == -1) { 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/poky/bitbake/lib/bb/
H A Dprocess.py19 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dgcc14.patch50 close(0);goodlock=0;testlock=FIRST_lock;signal(SIGPIPE,SIG_DFL);
/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c359 signal(SIGPIPE, SIG_IGN); in main()
/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/qga/
H A Dcommands.c297 if (sigaction(SIGPIPE, &sigact, NULL) != 0) { in guest_exec_task_setup()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch414 + "SIGPIPE", /* 13 */
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py765 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/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);