Home
last modified time | relevance | path

Searched refs:IOHandler (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/util/
H A Daio-posix.h24 IOHandler *io_read;
25 IOHandler *io_write;
27 IOHandler *io_poll_ready;
28 IOHandler *io_poll_begin;
29 IOHandler *io_poll_end;
H A Daio-posix.c106 IOHandler *io_read, in aio_set_fd_handler()
107 IOHandler *io_write, in aio_set_fd_handler()
109 IOHandler *io_poll_ready, in aio_set_fd_handler()
186 IOHandler *io_poll_begin, in aio_set_fd_poll()
187 IOHandler *io_poll_end) in aio_set_fd_poll()
206 (IOHandler *)io_read, NULL, io_poll, in aio_set_event_notifier()
207 (IOHandler *)io_poll_ready, notifier); in aio_set_event_notifier()
216 (IOHandler *)io_poll_begin, in aio_set_event_notifier_poll()
217 (IOHandler *)io_poll_end); in aio_set_event_notifier_poll()
234 IOHandler *fn; in poll_set_started()
H A Daio-win32.c30 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 Dmain-loop.c639 IOHandler *fd_read, in qemu_set_fd_handler()
640 IOHandler *fd_write, in qemu_set_fd_handler()
/openbmc/qemu/include/io/
H A Dchannel-util.h69 IOHandler *io_read,
72 IOHandler *io_write,
H A Dchannel.h159 IOHandler *io_read,
161 IOHandler *io_write,
878 IOHandler *io_read,
880 IOHandler *io_write,
/openbmc/qemu/io/
H A Dchannel-util.c43 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 Dchannel-null.c132 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 Dchannel.c401 IOHandler *io_read, in qio_channel_set_aio_fd_handler()
403 IOHandler *io_write, in qio_channel_set_aio_fd_handler()
634 IOHandler *io_read = NULL; in qio_channel_set_fd_handlers()
636 IOHandler *io_write = NULL; in qio_channel_set_fd_handlers()
677 IOHandler *io_read = NULL; in qio_channel_clear_fd_handlers()
679 IOHandler *io_write = NULL; in qio_channel_clear_fd_handlers()
H A Dchannel-file.c271 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 Dchannel-command.c336 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 Dchannel-tls.c488 IOHandler *io_read, in qio_channel_tls_set_aio_fd_handler()
490 IOHandler *io_write, in qio_channel_tls_set_aio_fd_handler()
H A Dchannel-socket.c941 IOHandler *io_read, in qio_channel_socket_set_aio_fd_handler()
943 IOHandler *io_write, in qio_channel_socket_set_aio_fd_handler()
/openbmc/qemu/include/block/
H A Daio.h55 typedef void IOHandler(void *opaque); typedef
468 IOHandler *io_read,
469 IOHandler *io_write,
471 IOHandler *io_poll_ready,
/openbmc/qemu/include/qemu/
H A Dmain-loop.h228 IOHandler *fd_read,
229 IOHandler *fd_write,
/openbmc/qemu/migration/
H A Dchannel-block.c162 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 Drdma.c2911 IOHandler *io_read, in qio_channel_rdma_set_aio_fd_handler()
2913 IOHandler *io_write, in qio_channel_rdma_set_aio_fd_handler()
/openbmc/qemu/hw/vfio/
H A Dap.c147 IOHandler *fd_read; in vfio_ap_register_irq_notifier()
H A Dplatform.c120 qemu_set_fd_handler(fd, (IOHandler *)handler, NULL, intp); in vfio_set_trigger_eventfd()
H A Dccw.c383 IOHandler *fd_read; in vfio_ccw_register_irq_notifier()
H A Dpci.c419 IOHandler *handler = (enable ? vfio_intx_interrupt : NULL); in vfio_pci_intx_set_handler()
466 IOHandler *handler = (enable ? vfio_msi_interrupt : NULL); in vfio_pci_msi_set_handler()
650 MSIMessage *msg, IOHandler *handler) in vfio_msix_vector_do_use()
/openbmc/qemu/ui/
H A Dspice-core.c114 IOHandler *on_read = NULL; in watch_update_mask()
115 IOHandler *on_write = NULL; in watch_update_mask()
/openbmc/qemu/net/
H A Dsocket.c43 IOHandler *send_fn; /* differs between SOCK_STREAM/SOCK_DGRAM */
/openbmc/qemu/block/
H A Dssh.c1037 IOHandler *rd_handler = NULL, *wr_handler = NULL; in co_yield()