Lines Matching refs:write
210 if ((size_t)write(fd, buf, len) != len)
211 pa_log_error("RFCOMM write error: %s", pa_cstrerror(errno));
394 /* since SCO setup is symmetric, fix write MTU to be size of last read packet */
402 /* write out MTU sized chunks only */
416 pa_log_debug("Got EAGAIN on write() after POLLOUT, probably there is a temporary connection loss.");
417 /* Drain write buffer */
421 pa_log_debug("got write EINVAL, next successful read should fix MTU");
422 /* Drain write buffer */
425 pa_log_error("Failed to write data to socket: %s", pa_cstrerror(errno));
426 /* Report error from write call */
433 pa_log_warn("Wrote memory block to socket only partially! %lu written, discarding pending write size %lu larger than write_mtu %lu",
435 /* Drain write buffer */