Searched refs:EPIPE (Results 1 – 15 of 15) sorted by relevance
35 #define EPIPE 32 /* Broken pipe */ macro
421 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()
706 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()
866 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()
582 if (avail == -EPIPE) { in alsa_get_avail()642 case -EPIPE: in alsa_run_out()911 case -EPIPE: in alsa_run_in()
196 if (errno == EPIPE) in log_write()
276 case -EPIPE: in async_complete()491 case EPIPE: in usb_host_handle_data()614 case EPIPE: in usb_host_handle_control()
68 case EPIPE: in MapPosixError()
453 #ifdef EPIPE in g_file_error_from_errno()454 case EPIPE: in g_file_error_from_errno()
692 #ifdef EPIPE in g_io_channel_error_from_errno()693 case EPIPE: in g_io_channel_error_from_errno()
1264 #ifdef EPIPE in g_strerror()1265 case EPIPE: return "broken pipe"; in g_strerror()
631 else if ( iReadFrames == -EPIPE ) in AcquisitionThread()
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()