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

/u-boot/include/asm-generic/
H A Dsignal.h23 #define SIGPIPE 13 macro
/u-boot/arch/powerpc/include/asm/
H A Dsignal.h35 #define SIGPIPE 13 macro
/u-boot/common/
H A Dcli_hush_upstream.c2132 /* Disable all signals: job control, SIGPIPE, etc.
9531 * process in pipe (prints just newline for SIGINT/SIGPIPE).
9544 puts(sig == SIGINT || sig == SIGPIPE ? "" : strsignal(sig));
10916 + (1 << SIGPIPE)

Completed in 140 milliseconds