Home | History | Annotate | Download | only in qemu

Lines Matching refs:fd_read

37     IOHandler *fd_read;
52 IOHandler *fd_read,
58 if (!fd_read && !fd_write) {
75 ioh->fd_read = fd_read;
84 IOHandler *fd_read,
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
98 if (ioh->fd_read &&
119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) {
120 ioh->fd_read(ioh->opaque);