/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | signal.h | 25 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | signal.h | 17 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | signal.h | 30 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | signal.h | 32 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | signal.h | 30 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | signal.h | 37 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | signal.h | 37 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | signal.h | 40 #define SIGPIPE 13 macro
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | signal.h | 23 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | signal.h | 30 #define SIGPIPE 13 macro
|
/linux-4.1.27/tools/perf/util/ |
D | sigchain.c | 51 sigchain_push(SIGPIPE, f); in sigchain_push_common()
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | signal.h | 33 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | signal.h | 35 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | signal.h | 34 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | signal.h | 47 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | signal.h | 38 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | signal.h | 52 #define SIGPIPE 13 macro
|
/linux-4.1.27/arch/um/os-Linux/ |
D | main.c | 154 change_sig(SIGPIPE, 0); in main()
|
/linux-4.1.27/net/core/ |
D | stream.c | 181 send_sig(SIGPIPE, current, 0); in sk_stream_error()
|
/linux-4.1.27/fs/autofs4/ |
D | waitq.c | 65 sigpipe = sigismember(¤t->pending.signal, SIGPIPE); in autofs4_write() 85 sigdelset(¤t->pending.signal, SIGPIPE); in autofs4_write()
|
/linux-4.1.27/fs/ |
D | splice.c | 199 send_sig(SIGPIPE, current, 0); in splice_to_pipe() 1766 send_sig(SIGPIPE, current, 0); in opipe_prep() 1817 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe() 1921 send_sig(SIGPIPE, current, 0); in link_pipe()
|
D | pipe.c | 354 send_sig(SIGPIPE, current, 0); in pipe_write() 390 send_sig(SIGPIPE, current, 0); in pipe_write()
|
/linux-4.1.27/arch/score/kernel/ |
D | asm-offsets.c | 194 DEFINE(_SIGPIPE, SIGPIPE); in output_signal_defined()
|
/linux-4.1.27/net/atm/ |
D | common.c | 594 send_sig(SIGPIPE, current, 0); in vcc_sendmsg() 623 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
|
/linux-4.1.27/arch/mips/kernel/ |
D | asm-offsets.c | 275 DEFINE(_SIGPIPE, SIGPIPE); in output_signal_defined()
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 1542 send_sig(SIGPIPE, current, 0); in irda_sendmsg_dgram() 1625 send_sig(SIGPIPE, current, 0); in irda_sendmsg_ultra()
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 669 send_sig(SIGPIPE, current, 0); in caif_stream_sendmsg()
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 1047 send_sig(SIGPIPE, current, 0); in nr_sendmsg()
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 1067 send_sig(SIGPIPE, current, 0); in rose_sendmsg()
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 1106 send_sig(SIGPIPE, current, 0); in x25_sendmsg()
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1461 send_sig(SIGPIPE, current, 0); in ax25_sendmsg()
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1957 send_sig(SIGPIPE, current, 0); in dn_sendmsg()
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 1880 send_sig(SIGPIPE, current, 0); in unix_stream_sendmsg()
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 1402 send_sig(SIGPIPE, current, 0); in fuse_dev_splice_read()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 1556 send_sig(SIGPIPE, current, 0); in sctp_error()
|