/qemu/util/ |
A D | aio-win32.c | 31 IOHandler *io_write; member 68 IOHandler *io_write, in aio_set_fd_handler() argument 91 if (io_read || io_write) { in aio_set_fd_handler() 103 if (node->io_write) { in aio_set_fd_handler() 112 node->io_write = io_write; in aio_set_fd_handler() 118 if (io_write) { in aio_set_fd_handler() 201 if (node->io_write) { in aio_prepare() 245 if ((node->pfd.revents & G_IO_OUT) && node->io_write) { in aio_pending() 281 (node->io_read || node->io_write)) { in aio_dispatch_handlers() 287 if ((revents & G_IO_OUT) && node->io_write) { in aio_dispatch_handlers() [all …]
|
A D | aio-posix.c | 104 IOHandler *io_write, in aio_set_fd_handler() argument 124 if (!io_read && !io_write && !io_poll) { in aio_set_fd_handler() 143 new_node->io_write = io_write; in aio_set_fd_handler() 156 new_node->pfd.events |= (io_write ? G_IO_OUT | G_IO_ERR : 0); in aio_set_fd_handler() 290 if (revents & (G_IO_OUT | G_IO_ERR) && node->io_write) { in aio_pending() 382 node->io_write) { in aio_dispatch_handler() 383 node->io_write(node->opaque); in aio_dispatch_handler()
|
A D | aio-posix.h | 25 IOHandler *io_write; member
|
/qemu/io/ |
A D | channel-util.c | 46 IOHandler *io_write, 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() 58 aio_set_fd_handler(write_ctx, write_fd, NULL, io_write, in qio_channel_util_set_aio_fd_handler()
|
A D | channel.c | 400 IOHandler *io_write, in qio_channel_set_aio_fd_handler() argument 405 klass->io_set_aio_fd_handler(ioc, read_ctx, io_read, write_ctx, io_write, in qio_channel_set_aio_fd_handler() 633 IOHandler *io_write = NULL; in qio_channel_set_fd_handlers() local 651 io_write = qio_channel_restart_write; in qio_channel_set_fd_handlers() 657 io_write = qio_channel_restart_write; in qio_channel_set_fd_handlers() 667 write_ctx, io_write, ioc); in qio_channel_set_fd_handlers() 676 IOHandler *io_write = NULL; in qio_channel_clear_fd_handlers() local 685 io_write = qio_channel_restart_write; in qio_channel_clear_fd_handlers() 690 io_write = NULL; in qio_channel_clear_fd_handlers() 700 write_ctx, io_write, ioc); in qio_channel_clear_fd_handlers()
|
A D | channel-file.c | 273 IOHandler *io_write, in qio_channel_file_set_aio_fd_handler() argument 279 fioc->fd, write_ctx, io_write, in qio_channel_file_set_aio_fd_handler()
|
A D | channel-command.c | 338 IOHandler *io_write, in qio_channel_command_set_aio_fd_handler() argument 344 cioc->writefd, write_ctx, io_write, in qio_channel_command_set_aio_fd_handler()
|
A D | channel-tls.c | 389 IOHandler *io_write, in qio_channel_tls_set_aio_fd_handler() argument 395 write_ctx, io_write, opaque); in qio_channel_tls_set_aio_fd_handler()
|
A D | channel-null.c | 134 IOHandler *io_write G_GNUC_UNUSED, in qio_channel_null_set_aio_fd_handler()
|
A D | channel-socket.c | 932 IOHandler *io_write, in qio_channel_socket_set_aio_fd_handler() argument 938 sioc->fd, write_ctx, io_write, in qio_channel_socket_set_aio_fd_handler()
|
/qemu/include/io/ |
A D | channel-util.h | 72 IOHandler *io_write,
|
A D | channel.h | 159 IOHandler *io_write, 878 IOHandler *io_write,
|
/qemu/hw/nvram/ |
A D | nrf51_nvm.c | 218 static void io_write(void *opaque, hwaddr offset, uint64_t value, in io_write() function 269 .write = io_write,
|
/qemu/include/hw/ipack/ |
A D | ipack.h | 45 void (*io_write)(IPackDevice *dev, uint8_t addr, uint16_t val); member
|
/qemu/hw/char/ |
A D | ipoctal232.c | 324 static void io_write(IPackDevice *ip, uint8_t addr, uint16_t val) in io_write() function 580 ic->io_write = io_write; in ipoctal_class_init()
|
/qemu/migration/ |
A D | channel-block.c | 164 IOHandler *io_write, in qio_channel_block_set_aio_fd_handler() argument
|
A D | rdma.c | 3085 IOHandler *io_write, in qio_channel_rdma_set_aio_fd_handler() argument 3091 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 3093 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 3096 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler() 3098 io_read, io_write, NULL, NULL, opaque); in qio_channel_rdma_set_aio_fd_handler()
|
/qemu/hw/ipack/ |
A D | tpci200.c | 409 if (k->io_write) { in tpci200_write_las1() 410 k->io_write(ip, offset, val); in tpci200_write_las1()
|
/qemu/include/block/ |
A D | aio.h | 466 IOHandler *io_write,
|