Searched refs:IOHandler (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | aio-posix.h | 25 IOHandler *io_read; 26 IOHandler *io_write; 28 IOHandler *io_poll_ready; 29 IOHandler *io_poll_begin; 30 IOHandler *io_poll_end;
|
| H A D | aio-posix.c | 98 IOHandler *io_read, in aio_remove_fd_handler() 99 IOHandler *io_write, in aio_remove_fd_handler() 101 IOHandler *io_poll_ready, in aio_remove_fd_handler() 177 IOHandler *io_poll_begin, in aio_set_fd_handler() 178 IOHandler *io_poll_end) in aio_set_fd_handler() 197 (IOHandler *)io_read, NULL, io_poll, in aio_set_fd_poll() 198 (IOHandler *)io_poll_ready, notifier); 207 (IOHandler *)io_poll_begin, in aio_set_event_notifier() 208 (IOHandler *)io_poll_end); in aio_set_event_notifier() 225 IOHandler *f in poll_set_started() [all...] |
| H A D | aio-win32.c | 30 IOHandler *io_read; 31 IOHandler *io_write; 67 IOHandler *io_read, in aio_set_fd_handler() 68 IOHandler *io_write, in aio_set_fd_handler() 70 IOHandler *io_poll_ready, in aio_set_fd_handler()
|
| H A D | main-loop.c | 642 IOHandler *fd_read, in qemu_set_fd_handler() 643 IOHandler *fd_write, in qemu_set_fd_handler()
|
| /openbmc/qemu/include/io/ |
| H A D | channel-util.h | 69 IOHandler *io_read, 72 IOHandler *io_write,
|
| /openbmc/qemu/io/ |
| H A D | channel-util.c | 43 IOHandler *io_read, in qio_channel_util_set_aio_fd_handler() 46 IOHandler *io_write, in qio_channel_util_set_aio_fd_handler()
|
| H A D | channel-null.c | 132 IOHandler *io_read G_GNUC_UNUSED, in qio_channel_null_set_aio_fd_handler() 134 IOHandler *io_write G_GNUC_UNUSED, in qio_channel_null_set_aio_fd_handler()
|
| /openbmc/qemu/ui/ |
| H A D | spice-core.c | 114 IOHandler *on_read = NULL; in watch_update_mask() 115 IOHandler *on_write = NULL; in watch_update_mask()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ccw.c | 383 IOHandler *fd_read; in vfio_ccw_register_irq_notifier()
|