Lines Matching refs:fd_write
38 IOHandler *fd_write;
53 IOHandler *fd_write,
58 if (!fd_read && !fd_write) {
76 ioh->fd_write = fd_write;
85 IOHandler *fd_write,
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
105 if (ioh->fd_write) {
122 if (!ioh->deleted && ioh->fd_write && FD_ISSET(ioh->fd, writefds)) {
123 ioh->fd_write(ioh->opaque);