Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/chromium/net/base/
Dnet_errors_posix.cc30 case EPIPE: in MapSystemError()
/external/valgrind/main/none/tests/
Dsyscall-restart1.c56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
/external/llvm/include/llvm/Support/
Dsystem_error.h262 # ifndef EPIPE
263 # define EPIPE 32 macro
512 broken_pipe = EPIPE,
/external/tinyalsa/
Dpcm.c386 if (errno == EPIPE) { in pcm_write()
418 if (errno == EPIPE) { in pcm_read()
753 return -EPIPE; in pcm_wait()
/external/bluetooth/bluez/audio/
Dliba2dp.c709 if (ret == -EPIPE) { in avdtp_write()
748 if (err == -EPIPE) in audioservice_send()
769 if (err == -EPIPE) in audioservice_recv()
782 if (err == -EPIPE) in audioservice_recv()
Dpcm_bluetooth.c868 ret = (errno == EPIPE) ? -EIO : -errno; in bluetooth_hsp_read()
920 ret = -EPIPE; in bluetooth_hsp_write()
952 ret = (errno == EPIPE) ? -EIO : -errno; in bluetooth_hsp_write()
1030 ret = -EPIPE; in bluetooth_a2dp_write()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h66 #define EPIPE ERROR_BROKEN_PIPE macro
Ddbus-sysdeps.c1057 return errno == EPIPE; in _dbus_get_is_errno_epipe()
/external/dnsmasq/src/
Dlog.c196 if (errno == EPIPE) in log_write()
/external/qemu/audio/
Dalsaaudio.c766 if (avail == -EPIPE) { in alsa_get_avail()
804 case -EPIPE: in alsa_write_pending()
1136 case -EPIPE: in alsa_run_in()
/external/qemu/
Dusb-linux.c276 case -EPIPE: in async_complete()
491 case EPIPE: in usb_host_handle_data()
614 case EPIPE: in usb_host_handle_control()
/external/bluetooth/glib/glib/
Dgfileutils.c453 #ifdef EPIPE in g_file_error_from_errno()
454 case EPIPE: in g_file_error_from_errno()
Dgstrfuncs.c1264 #ifdef EPIPE in g_strerror()
1265 case EPIPE: return "broken pipe"; in g_strerror()
Dgiochannel.c692 #ifdef EPIPE in g_io_channel_error_from_errno()
693 case EPIPE: in g_io_channel_error_from_errno()
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c631 else if ( iReadFrames == -EPIPE ) in AcquisitionThread()
/external/valgrind/main/include/vki/
Dvki-darwin.h553 #define VKI_EPIPE EPIPE
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c295 { ERROR_BROKEN_PIPE, EPIPE },
/external/libxml2/
DxmlIO.c374 #ifdef EPIPE in __xmlIOErr()
375 else if (errno == EPIPE) code = XML_IO_EPIPE; in __xmlIOErr()
/external/blktrace/
Dblktrace.c786 if (!piped_output || (errno != EPIPE && errno != EBADF)) { in write_data()