| /openbmc/qemu/util/ |
| H A D | aio-win32.c | 30 IOHandler *io_read; member 67 IOHandler *io_read, in aio_set_fd_handler() argument 91 if (io_read || io_write) { in aio_set_fd_handler() 100 if (node->io_read) { in aio_set_fd_handler() 111 node->io_read = io_read; in aio_set_fd_handler() 114 if (io_read) { in aio_set_fd_handler() 198 if (node->io_read) { in aio_prepare() 241 if ((node->pfd.revents & G_IO_IN) && node->io_read) { in aio_pending() 281 (node->io_read || node->io_write)) { in aio_dispatch_handlers() 283 if ((revents & G_IO_IN) && node->io_read) { in aio_dispatch_handlers() [all …]
|
| H A D | aio-posix.c | 106 IOHandler *io_read, in aio_set_fd_handler() argument 127 if (!io_read && !io_write && !io_poll) { in aio_set_fd_handler() 145 new_node->io_read = io_read; in aio_set_fd_handler() 158 new_node->pfd.events = (io_read ? G_IO_IN | G_IO_HUP | G_IO_ERR : 0); in aio_set_fd_handler() 201 EventNotifierHandler *io_read, in aio_set_event_notifier() argument 206 (IOHandler *)io_read, NULL, io_poll, in aio_set_event_notifier() 289 if (revents & (G_IO_IN | G_IO_HUP | G_IO_ERR) && node->io_read) { in aio_pending() 375 node->io_read) { in aio_dispatch_handler() 376 node->io_read(node->opaque); in aio_dispatch_handler()
|
| H A D | aio-posix.h | 24 IOHandler *io_read; member
|
| /openbmc/qemu/io/ |
| H A D | channel-util.c | 43 IOHandler *io_read, in qio_channel_util_set_aio_fd_handler() argument 50 aio_set_fd_handler(read_ctx, read_fd, io_read, io_write, in qio_channel_util_set_aio_fd_handler() 54 aio_set_fd_handler(read_ctx, read_fd, io_read, NULL, in qio_channel_util_set_aio_fd_handler()
|
| H A D | channel.c | 401 IOHandler *io_read, in qio_channel_set_aio_fd_handler() argument 408 klass->io_set_aio_fd_handler(ioc, read_ctx, io_read, write_ctx, io_write, in qio_channel_set_aio_fd_handler() 634 IOHandler *io_read = NULL; in qio_channel_set_fd_handlers() local 642 io_read = qio_channel_restart_read; in qio_channel_set_fd_handlers() 663 io_read = qio_channel_restart_read; in qio_channel_set_fd_handlers() 669 qio_channel_set_aio_fd_handler(ioc, read_ctx, io_read, in qio_channel_set_fd_handlers() 677 IOHandler *io_read = NULL; in qio_channel_clear_fd_handlers() local 685 io_read = NULL; in qio_channel_clear_fd_handlers() 696 io_read = qio_channel_restart_read; in qio_channel_clear_fd_handlers() 702 qio_channel_set_aio_fd_handler(ioc, read_ctx, io_read, in qio_channel_clear_fd_handlers()
|
| H A D | channel-file.c | 271 IOHandler *io_read, in qio_channel_file_set_aio_fd_handler() argument 278 qio_channel_util_set_aio_fd_handler(fioc->fd, read_ctx, io_read, 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() argument 343 qio_channel_util_set_aio_fd_handler(cioc->readfd, read_ctx, io_read, in qio_channel_command_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()
|
| H A D | channel-tls.c | 488 IOHandler *io_read, in qio_channel_tls_set_aio_fd_handler() argument 495 qio_channel_set_aio_fd_handler(tioc->master, read_ctx, io_read, in qio_channel_tls_set_aio_fd_handler()
|
| H A D | channel-socket.c | 941 IOHandler *io_read, in qio_channel_socket_set_aio_fd_handler() argument 948 qio_channel_util_set_aio_fd_handler(sioc->fd, read_ctx, io_read, in qio_channel_socket_set_aio_fd_handler()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-nested-aio-poll.c | 31 static void io_read(EventNotifier *notifier) in io_read() function 88 io_read, io_poll_true, io_poll_ready); in test() 93 io_read, io_poll_false, io_poll_never_ready); in test()
|
| /openbmc/qemu/include/io/ |
| H A D | channel-util.h | 69 IOHandler *io_read,
|
| H A D | channel.h | 159 IOHandler *io_read, 878 IOHandler *io_read,
|
| /openbmc/qemu/hw/nvram/ |
| H A D | nrf51_nvm.c | 197 static uint64_t io_read(void *opaque, hwaddr offset, unsigned int size) in io_read() function 268 .read = io_read,
|
| /openbmc/qemu/include/hw/ipack/ |
| H A D | ipack.h | 43 uint16_t (*io_read)(IPackDevice *dev, uint8_t addr); member
|
| /openbmc/qemu/include/block/ |
| H A D | aio.h | 468 IOHandler *io_read, 483 EventNotifierHandler *io_read,
|
| /openbmc/qemu/hw/char/ |
| H A D | ipoctal232.c | 258 static uint16_t io_read(IPackDevice *ip, uint8_t addr) in io_read() function 578 ic->io_read = io_read; in ipoctal_class_init()
|
| /openbmc/qemu/migration/ |
| H A D | channel-block.c | 162 IOHandler *io_read, in qio_channel_block_set_aio_fd_handler() argument
|
| H A D | rdma.c | 2911 IOHandler *io_read, in qio_channel_rdma_set_aio_fd_handler() argument 2917 if (io_read) { in qio_channel_rdma_set_aio_fd_handler() 2919 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 2921 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 2924 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 2926 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler()
|
| /openbmc/qemu/hw/ipack/ |
| H A D | tpci200.c | 358 if (k->io_read) { in tpci200_read_las1() 359 ret = k->io_read(ip, offset); in tpci200_read_las1()
|