Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/chromium/net/third_party/nss/ssl/
Dunix_err.c421 PR_SetError(PR_CONNECT_RESET_ERROR, EPIPE); in nss_MD_unix_map_poll_revents_error()
532 case EPIPE: prError = PR_CONNECT_RESET_ERROR; break; in nss_MD_unix_map_default_error()
/external/bluetooth/bluez/audio/
Dliba2dp.c706 if (ret == -EPIPE) { in avdtp_write()
745 if (err == -EPIPE) in audioservice_send()
766 if (err == -EPIPE) in audioservice_recv()
779 if (err == -EPIPE) in audioservice_recv()
Dpcm_bluetooth.c866 ret = (errno == EPIPE) ? -EIO : -errno; in bluetooth_hsp_read()
918 ret = -EPIPE; in bluetooth_hsp_write()
950 ret = (errno == EPIPE) ? -EIO : -errno; in bluetooth_hsp_write()
1028 ret = -EPIPE; in bluetooth_a2dp_write()
/external/qemu/audio/
Dalsaaudio.c582 if (avail == -EPIPE) { in alsa_get_avail()
642 case -EPIPE: in alsa_run_out()
911 case -EPIPE: in alsa_run_in()
/external/dnsmasq/src/
Dlog.c196 if (errno == EPIPE) in log_write()
/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/chromium/net/socket/
Dtcp_client_socket_libevent.cc68 case EPIPE: in MapPosixError()
/external/bluetooth/glib/glib/
Dgfileutils.c453 #ifdef EPIPE in g_file_error_from_errno()
454 case EPIPE: in g_file_error_from_errno()
Dgiochannel.c692 #ifdef EPIPE in g_io_channel_error_from_errno()
693 case EPIPE: in g_io_channel_error_from_errno()
Dgstrfuncs.c1264 #ifdef EPIPE in g_strerror()
1265 case EPIPE: return "broken pipe"; in g_strerror()
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c631 else if ( iReadFrames == -EPIPE ) in AcquisitionThread()
/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()