Searched refs:EPIPE (Results 1 – 20 of 20) sorted by relevance
35 #define EPIPE 32 /* Broken pipe */ macro
30 case EPIPE: in MapSystemError()
56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
262 # ifndef EPIPE263 # define EPIPE 32 macro512 broken_pipe = EPIPE,
386 if (errno == EPIPE) { in pcm_write()418 if (errno == EPIPE) { in pcm_read()753 return -EPIPE; in pcm_wait()
709 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()
868 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()
66 #define EPIPE ERROR_BROKEN_PIPE macro
1057 return errno == EPIPE; in _dbus_get_is_errno_epipe()
196 if (errno == EPIPE) in log_write()
766 if (avail == -EPIPE) { in alsa_get_avail()804 case -EPIPE: in alsa_write_pending()1136 case -EPIPE: in alsa_run_in()
276 case -EPIPE: in async_complete()491 case EPIPE: in usb_host_handle_data()614 case EPIPE: in usb_host_handle_control()
453 #ifdef EPIPE in g_file_error_from_errno()454 case EPIPE: in g_file_error_from_errno()
1264 #ifdef EPIPE in g_strerror()1265 case EPIPE: return "broken pipe"; in g_strerror()
692 #ifdef EPIPE in g_io_channel_error_from_errno()693 case EPIPE: in g_io_channel_error_from_errno()
631 else if ( iReadFrames == -EPIPE ) in AcquisitionThread()
553 #define VKI_EPIPE EPIPE
295 { ERROR_BROKEN_PIPE, EPIPE },
374 #ifdef EPIPE in __xmlIOErr()375 else if (errno == EPIPE) code = XML_IO_EPIPE; in __xmlIOErr()
786 if (!piped_output || (errno != EPIPE && errno != EBADF)) { in write_data()