Searched refs:SIGPIPE (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/security/apparmor/include/
H A Dsig_names.h26 [SIGPIPE] = 13,
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h18 #define SIGPIPE 13 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/linux-master/tools/lib/subcmd/
H A Dsigchain.c53 sigchain_push(SIGPIPE, f);
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h38 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h39 #define SIGPIPE 13 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h48 #define SIGPIPE 13 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h24 #define SIGPIPE 13 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h34 #define SIGPIPE 13 macro
/linux-master/tools/testing/selftests/bpf/
H A Durandom_read.c72 /* install SIGPIPE handler to catch when parent closes their
75 signal(SIGPIPE, handle_sigpipe);
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/linux-master/scripts/
H A Dbloat-o-meter11 from signal import signal, SIGPIPE, SIG_DFL
13 signal(SIGPIPE, SIG_DFL)
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h53 #define SIGPIPE 13 macro
/linux-master/arch/um/os-Linux/
H A Dmain.c143 change_sig(SIGPIPE, 0);
/linux-master/net/core/
H A Dstream.c191 send_sig(SIGPIPE, current, 0);
/linux-master/fs/autofs/
H A Dwaitq.c53 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
66 * SIGPIPE unless it was already supposed to get one
70 sigdelset(&current->pending.signal, SIGPIPE);
/linux-master/fs/
H A Dsplice.c211 send_sig(SIGPIPE, current, 0);
254 send_sig(SIGPIPE, current, 0);
1268 send_sig(SIGPIPE, current, 0);
1717 send_sig(SIGPIPE, current, 0);
1776 send_sig(SIGPIPE, current, 0);
1900 send_sig(SIGPIPE, current, 0);
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c238 DEFINE(_SIGPIPE, SIGPIPE);
/linux-master/tools/perf/scripts/python/
H A Dcompaction-times.py12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/linux-master/tools/testing/vsock/
H A Dutil.c33 signal(SIGPIPE, SIG_IGN);
H A Dvsock_test.c1083 fprintf(stderr, "SIGPIPE expected\n");
1096 fprintf(stderr, "SIGPIPE not expected\n");
1109 sigaction(SIGPIPE, &act, NULL);
1152 sigaction(SIGPIPE, &act, NULL);
/linux-master/net/atm/
H A Dcommon.c590 send_sig(SIGPIPE, current, 0);
619 send_sig(SIGPIPE, current, 0);
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c274 DEFINE(_SIGPIPE, SIGPIPE);

Completed in 939 milliseconds

12