/linux/scripts/ |
H A D | bloat-o-meter | 11 from signal import signal, SIGPIPE, SIG_DFL 13 signal(SIGPIPE, SIG_DFL)
|
H A D | Kbuild.include | 139 # Make dies with SIGPIPE before cleaning the targets. 144 # So, we cover them, and also SIGPIPE just in case.
|
/linux/security/apparmor/include/ |
H A D | sig_names.h | 26 [SIGPIPE] = 13,
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 18 #define SIGPIPE 13 macro
|
/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGPIPE 13 macro
|
/linux/include/uapi/asm-generic/ |
H A D | signal.h | 24 #define SIGPIPE 13 macro
|
/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 39 #define SIGPIPE 13 macro
|
/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGPIPE 13 macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 48 #define SIGPIPE 13 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 38 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
|
/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 35 #define SIGPIPE 13 macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 34 #define SIGPIPE 13 macro
|
/linux/tools/lib/subcmd/ |
H A D | sigchain.c | 53 sigchain_push(SIGPIPE, f); in sigchain_push_common()
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 35 #define SIGPIPE 13 macro
|
/linux/tools/testing/selftests/bpf/ |
H A D | urandom_read.c | 75 signal(SIGPIPE, handle_sigpipe); in main()
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 53 #define SIGPIPE 13 macro
|
/linux/fs/ |
H A D | splice.c | 211 send_sig(SIGPIPE, current, 0); in splice_to_pipe() 254 send_sig(SIGPIPE, current, 0); in add_to_pipe() 1268 send_sig(SIGPIPE, current, 0); in wait_for_space() 1699 send_sig(SIGPIPE, current, 0); in opipe_prep() 1758 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe() 1882 send_sig(SIGPIPE, current, 0); in link_pipe()
|
H A D | pipe.c | 457 send_sig(SIGPIPE, current, 0); in pipe_write() 498 send_sig(SIGPIPE, current, 0); in pipe_write()
|
/linux/fs/autofs/ |
H A D | waitq.c | 53 sigpipe = sigismember(¤t->pending.signal, SIGPIPE); in autofs_write() 70 sigdelset(¤t->pending.signal, SIGPIPE); in autofs_write()
|
/linux/net/core/ |
H A D | stream.c | 191 send_sig(SIGPIPE, current, 0); in sk_stream_error()
|
/linux/net/atm/ |
H A D | common.c | 590 send_sig(SIGPIPE, current, 0); in vcc_sendmsg() 619 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
|
/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 239 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()
|
/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 1100 sigaction(SIGPIPE, &act, NULL); in test_stream_shutwr_client() 1143 sigaction(SIGPIPE, &act, NULL); in test_stream_shutrd_client()
|
H A D | util.c | 33 signal(SIGPIPE, SIG_IGN); in init_signals()
|