Home
last modified time | relevance | path

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

123

/openbmc/linux/scripts/
H A Dbloat-o-meter11 from signal import signal, SIGPIPE, SIG_DFL
13 signal(SIGPIPE, SIG_DFL)
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h26 #define SIGPIPE 13 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h26 [SIGPIPE] = 13,
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h23 #define SIGPIPE 13 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h18 #define SIGPIPE 13 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h24 #define SIGPIPE 13 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h39 #define SIGPIPE 13 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h48 #define SIGPIPE 13 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h36 #define SIGPIPE 13 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h38 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
/openbmc/linux/tools/lib/subcmd/
H A Dsigchain.c53 sigchain_push(SIGPIPE, f); in sigchain_push_common()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h34 #define SIGPIPE 13 macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Durandom_read.c68 signal(SIGPIPE, handle_sigpipe); in main()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/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/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h53 #define SIGPIPE 13 macro
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py55 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/openbmc/linux/arch/um/os-Linux/
H A Dmain.c143 change_sig(SIGPIPE, 0); in main()
/openbmc/qemu/linux-user/
H A Dsignal-common.h146 MAKE_SIG_ENTRY(SIGPIPE) \
/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/linux/fs/
H A Dsplice.c210 send_sig(SIGPIPE, current, 0); in splice_to_pipe()
253 send_sig(SIGPIPE, current, 0); in add_to_pipe()
1206 send_sig(SIGPIPE, current, 0); in wait_for_space()
1651 send_sig(SIGPIPE, current, 0); in opipe_prep()
1710 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe()
1834 send_sig(SIGPIPE, current, 0); in link_pipe()

123