/openbmc/qemu/util/ |
H A D | aio-posix.h | 24 IOHandler *io_read; 25 IOHandler *io_write; 27 IOHandler *io_poll_ready; 28 IOHandler *io_poll_begin; 29 IOHandler *io_poll_end;
|
H A D | aio-posix.c | 103 IOHandler *io_read, in aio_set_fd_handler() 104 IOHandler *io_write, in aio_set_fd_handler() 106 IOHandler *io_poll_ready, in aio_set_fd_handler() 183 IOHandler *io_poll_begin, in aio_set_fd_poll() 184 IOHandler *io_poll_end) in aio_set_fd_poll() 203 (IOHandler *)io_read, NULL, io_poll, in aio_set_event_notifier() 204 (IOHandler *)io_poll_ready, notifier); in aio_set_event_notifier() 213 (IOHandler *)io_poll_begin, in aio_set_event_notifier_poll() 214 (IOHandler *)io_poll_end); in aio_set_event_notifier_poll() 231 IOHandler *fn; in poll_set_started()
|
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 | 639 IOHandler *fd_read, in qemu_set_fd_handler() 640 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,
|
H A D | channel.h | 157 IOHandler *io_read, 159 IOHandler *io_write, 876 IOHandler *io_read, 878 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.c | 398 IOHandler *io_read, in qio_channel_set_aio_fd_handler() 400 IOHandler *io_write, in qio_channel_set_aio_fd_handler() 631 IOHandler *io_read = NULL; in qio_channel_set_fd_handlers() 633 IOHandler *io_write = NULL; in qio_channel_set_fd_handlers() 674 IOHandler *io_read = NULL; in qio_channel_clear_fd_handlers() 676 IOHandler *io_write = NULL; in qio_channel_clear_fd_handlers()
|
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()
|
H A D | channel-file.c | 271 IOHandler *io_read, in qio_channel_file_set_aio_fd_handler() 273 IOHandler *io_write, in qio_channel_file_set_aio_fd_handler()
|
H A D | channel-command.c | 336 IOHandler *io_read, in qio_channel_command_set_aio_fd_handler() 338 IOHandler *io_write, in qio_channel_command_set_aio_fd_handler()
|
H A D | channel-tls.c | 387 IOHandler *io_read, in qio_channel_tls_set_aio_fd_handler() 389 IOHandler *io_write, in qio_channel_tls_set_aio_fd_handler()
|
H A D | channel-socket.c | 930 IOHandler *io_read, in qio_channel_socket_set_aio_fd_handler() 932 IOHandler *io_write, in qio_channel_socket_set_aio_fd_handler()
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 55 typedef void IOHandler(void *opaque); typedef 465 IOHandler *io_read, 466 IOHandler *io_write, 468 IOHandler *io_poll_ready,
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 228 IOHandler *fd_read, 229 IOHandler *fd_write,
|
/openbmc/qemu/migration/ |
H A D | channel-block.c | 162 IOHandler *io_read, in qio_channel_block_set_aio_fd_handler() 164 IOHandler *io_write, in qio_channel_block_set_aio_fd_handler()
|
H A D | rdma.c | 3083 IOHandler *io_read, in qio_channel_rdma_set_aio_fd_handler() 3085 IOHandler *io_write, in qio_channel_rdma_set_aio_fd_handler()
|
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 78 IOHandler *fd_read; in vfio_ap_register_irq_notifier()
|
H A D | platform.c | 119 qemu_set_fd_handler(fd, (IOHandler *)handler, NULL, intp); in vfio_set_trigger_eventfd()
|
H A D | ccw.c | 391 IOHandler *fd_read; in vfio_ccw_register_irq_notifier()
|
H A D | pci.c | 515 MSIMessage *msg, IOHandler *handler) in vfio_msix_vector_do_use()
|
/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/net/ |
H A D | socket.c | 43 IOHandler *send_fn; /* differs between SOCK_STREAM/SOCK_DGRAM */
|
/openbmc/qemu/block/ |
H A D | ssh.c | 1037 IOHandler *rd_handler = NULL, *wr_handler = NULL; in co_yield()
|