Home | History | Annotate | Download | only in qemu

Lines Matching refs:qemu_set_fd_handler

1118     qemu_set_fd_handler(s->fd, NULL, NULL, NULL);
1443 qemu_set_fd_handler(vde_datafd(s->vde), NULL, NULL, NULL);
1470 qemu_set_fd_handler(vde_datafd(s->vde), vde_to_qemu, NULL, s);
1530 qemu_set_fd_handler(s->fd, NULL, NULL, NULL);
1589 qemu_set_fd_handler(s->fd, NULL, NULL, NULL);
1658 qemu_set_fd_handler(s->fd, NULL, NULL, NULL);
1709 qemu_set_fd_handler(s->fd, net_socket_send_dgram, NULL, s);
1724 qemu_set_fd_handler(s->fd, net_socket_send, NULL, s);
1742 qemu_set_fd_handler(s->fd, NULL, net_socket_connect, s);
1837 qemu_set_fd_handler(fd, net_socket_accept, NULL, s);