Searched refs:EPIPE (Results 1 - 20 of 20) sorted by relevance

/external/chromium/net/base/
H A Dnet_errors_posix.cc30 case EPIPE:
/external/kernel-headers/original/asm-generic/
H A Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/valgrind/main/none/tests/
H A Dsyscall-restart1.c56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE)
57 fprintf(stderr, "FAIL: expected write to fail with EPIPE, not %d\n", errno);
/external/llvm/include/llvm/Support/
H A Dsystem_error.h133 broken_pipe, // EPIPE
262 # ifndef EPIPE
263 # define EPIPE 32 macro
512 broken_pipe = EPIPE,
/external/bluetooth/bluez/audio/
H A Dliba2dp.c709 if (ret == -EPIPE) {
748 if (err == -EPIPE)
769 if (err == -EPIPE)
782 if (err == -EPIPE)
H A Dpcm_bluetooth.c868 ret = (errno == EPIPE) ? -EIO : -errno;
920 ret = -EPIPE;
952 ret = (errno == EPIPE) ? -EIO : -errno;
1030 ret = -EPIPE;
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h66 #define EPIPE ERROR_BROKEN_PIPE macro
H A Ddbus-sysdeps.c1051 * See if errno is EPIPE
1052 * @returns #TRUE if errno == EPIPE
1057 return errno == EPIPE;
/external/dnsmasq/src/
H A Dlog.c194 /* Once a stream socket hits EPIPE, we have to close and re-open
196 if (errno == EPIPE)
/external/qemu/audio/
H A Dalsaaudio.c766 if (avail == -EPIPE) {
804 case -EPIPE:
1136 case -EPIPE:
/external/tinyalsa/
H A Dpcm.c390 if (errno == EPIPE) {
422 if (errno == EPIPE) {
762 return -EPIPE;
/external/qemu/
H A Dusb-linux.c276 case -EPIPE:
491 case EPIPE:
614 case EPIPE:
/external/bluetooth/glib/glib/
H A Dgfileutils.c453 #ifdef EPIPE
454 case EPIPE:
H A Dgiochannel.c692 #ifdef EPIPE
693 case EPIPE:
H A Dgstrfuncs.c1264 #ifdef EPIPE
1265 case EPIPE: return "broken pipe";
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioin.c631 else if ( iReadFrames == -EPIPE )
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c295 { ERROR_BROKEN_PIPE, EPIPE },
/external/valgrind/main/include/vki/
H A Dvki-darwin.h553 #define VKI_EPIPE EPIPE
/external/libxml2/
H A DxmlIO.c186 "Broken pipe", /* EPIPE */
374 #ifdef EPIPE
375 else if (errno == EPIPE) code = XML_IO_EPIPE;
/external/blktrace/
H A Dblktrace.c786 if (!piped_output || (errno != EPIPE && errno != EBADF)) {

Completed in 385 milliseconds