Lines Matching refs:output_fd
153 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
161 k = sendmsg(b->output_fd, &mh, MSG_DONTWAIT|MSG_NOSIGNAL);
164 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
594 fd_inc_sndbuf(b->output_fd, SNDBUF_SIZE);
669 if (b->output_fd != b->input_fd)
670 if (sd_is_socket(b->output_fd, AF_UNIX, 0, 0) <= 0)
684 assert(b->output_fd < 0);
691 b->output_fd = b->input_fd;
712 assert(b->output_fd < 0);
754 b->output_fd = b->input_fd = s[0];
796 k = writev(bus->output_fd, iov, m->n_iovec);
813 k = sendmsg(bus->output_fd, &mh, MSG_DONTWAIT|MSG_NOSIGNAL);
816 k = writev(bus->output_fd, iov, m->n_iovec);
1023 .fd = b->output_fd,
1037 r = getsockopt(b->output_fd, SOL_SOCKET, SO_ERROR, &error, &slen);