Home
last modified time | relevance | path

Searched refs:fd_read (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-io.c34 GSourceFunc fd_read; member
67 g_source_set_callback(iwp->src, iwp->fd_read, iwp->opaque, NULL); in io_watch_poll_prepare()
108 QIOChannelFunc fd_read, in io_add_watch_poll() argument
120 iwp->fd_read = (GSourceFunc) fd_read; in io_add_watch_poll()
/openbmc/qemu/include/chardev/
H A Dchar-io.h35 QIOChannelFunc fd_read,
/openbmc/qemu/hw/vfio/
H A Dccw.c383 IOHandler *fd_read; in vfio_ccw_register_irq_notifier() local
388 fd_read = vfio_ccw_io_notifier_handler; in vfio_ccw_register_irq_notifier()
392 fd_read = vfio_ccw_crw_notifier_handler; in vfio_ccw_register_irq_notifier()
396 fd_read = vfio_ccw_req_notifier_handler; in vfio_ccw_register_irq_notifier()
429 qemu_set_fd_handler(fd, fd_read, NULL, vcdev); in vfio_ccw_register_irq_notifier()
/openbmc/qemu/util/
H A Dmain-loop.c642 IOHandler *fd_read, in qemu_set_fd_handler()
647 aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, NULL, NULL,
639 qemu_set_fd_handler(int fd,IOHandler * fd_read,IOHandler * fd_write,void * opaque) qemu_set_fd_handler() argument