Home
last modified time | relevance | path

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

12

/linux/scripts/
H A Dbloat-o-meter11 from signal import signal, SIGPIPE, SIG_DFL
13 signal(SIGPIPE, SIG_DFL)
H A DKbuild.include139 # 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 Dsig_names.h22 [SIGPIPE] = 13,
/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h18 #define SIGPIPE 13 macro
/linux/include/uapi/asm-generic/
H A Dsignal.h24 #define SIGPIPE 13 macro
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h39 #define SIGPIPE 13 macro
/linux/arch/arm/include/uapi/asm/
H A Dsignal.h31 #define SIGPIPE 13 macro
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h48 #define SIGPIPE 13 macro
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h38 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h34 #define SIGPIPE 13 macro
/linux/tools/lib/subcmd/
H A Dsigchain.c53 sigchain_push(SIGPIPE, f); in sigchain_push_common()
/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/linux/tools/testing/selftests/bpf/
H A Durandom_read.c75 signal(SIGPIPE, handle_sigpipe); in main()
/linux/tools/perf/tests/
H A Dkallsyms-split.c111 signal(SIGPIPE, remove_proc_dir); in test__kallsyms_split()
H A Dbuiltin-test.c326 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()
/linux/fs/
H A Dsplice.c210 send_sig(SIGPIPE, current, 0); in splice_to_pipe()
252 send_sig(SIGPIPE, current, 0); in add_to_pipe()
1263 send_sig(SIGPIPE, current, 0); in wait_for_space()
1694 send_sig(SIGPIPE, current, 0); in opipe_prep()
1750 send_sig(SIGPIPE, current, 0); in splice_pipe_to_pipe()
1871 send_sig(SIGPIPE, current, 0); in link_pipe()
/linux/arch/um/os-Linux/
H A Dmain.c152 change_sig(SIGPIPE, 0); in main()
/linux/fs/autofs/
H A Dwaitq.c53 sigpipe = sigismember(&current->pending.signal, SIGPIPE); in autofs_write()
70 sigdelset(&current->pending.signal, SIGPIPE); in autofs_write()
/linux/net/core/
H A Dstream.c195 send_sig(SIGPIPE, current, 0); in sk_stream_error()
/linux/tools/perf/util/
H A Daddr2line.c142 /* Ignore SIGPIPE in the event addr2line exits. */ in cmd_addr2line_configure()
143 signal(SIGPIPE, SIG_IGN); in cmd_addr2line_configure()
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/linux/net/atm/
H A Dcommon.c590 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
619 send_sig(SIGPIPE, current, 0); in vcc_sendmsg()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c243 DEFINE(_SIGPIPE, SIGPIPE); in output_signal_defines()
/linux/arch/mips/kernel/
H A Dasm-offsets.c282 DEFINE(_SIGPIPE, SIGPIPE); in output_signal_defined()

12