/qemu/include/io/ |
H A D | channel.h | 322 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, 349 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, 374 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, 458 int coroutine_mixed_fn qio_channel_read_all_eof(QIOChannel *ioc, 478 int coroutine_mixed_fn qio_channel_read_all(QIOChannel *ioc, 497 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, 904 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, 931 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, 965 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc,
|
/qemu/migration/ |
H A D | qemu-file.h | 57 size_t coroutine_mixed_fn qemu_peek_buffer(QEMUFile *f, uint8_t **buf, size_t size, size_t offset); 58 size_t coroutine_mixed_fn qemu_get_buffer_in_place(QEMUFile *f, uint8_t **buf, size_t size); 65 int coroutine_mixed_fn qemu_peek_byte(QEMUFile *f, int offset);
|
H A D | qemu-file.c | 318 static ssize_t coroutine_mixed_fn qemu_fill_buffer(QEMUFile *f) in qemu_fill_buffer() 657 size_t coroutine_mixed_fn qemu_peek_buffer(QEMUFile *f, uint8_t **buf, size_t size, size_t offset) in qemu_peek_buffer() 705 size_t coroutine_mixed_fn qemu_get_buffer(QEMUFile *f, uint8_t *buf, size_t size) in qemu_get_buffer() 746 size_t coroutine_mixed_fn qemu_get_buffer_in_place(QEMUFile *f, uint8_t **buf, size_t size) in qemu_get_buffer_in_place() 768 int coroutine_mixed_fn qemu_peek_byte(QEMUFile *f, int offset) in qemu_peek_byte() 785 int coroutine_mixed_fn qemu_get_byte(QEMUFile *f) in qemu_get_byte()
|
/qemu/io/ |
H A D | channel.c | 113 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, in qio_channel_readv_all_eof() 122 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all() 130 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof() 221 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all() 241 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all() 249 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc, in qio_channel_writev_full_all() 332 int coroutine_mixed_fn qio_channel_read_all_eof(QIOChannel *ioc, in qio_channel_read_all_eof() 342 int coroutine_mixed_fn qio_channel_read_all(QIOChannel *ioc, in qio_channel_read_all() 352 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, in qio_channel_write_all()
|
/qemu/include/migration/ |
H A D | qemu-file-types.h | 38 size_t coroutine_mixed_fn qemu_get_buffer(QEMUFile *f, uint8_t *buf, size_t size); 166 size_t coroutine_mixed_fn qemu_get_counted_string(QEMUFile *f, char buf[256]);
|
H A D | vmstate.h | 44 int coroutine_mixed_fn (*get)(QEMUFile *f, void *pv, size_t size, 46 int coroutine_mixed_fn (*put)(QEMUFile *f, void *pv, size_t size,
|
/qemu/include/block/ |
H A D | block-common.h | 53 #define co_wrapper_mixed no_coroutine_fn coroutine_mixed_fn 55 #define co_wrapper_mixed_bdrv_rdlock no_coroutine_fn coroutine_mixed_fn
|
H A D | block-global-state.h | 203 int coroutine_mixed_fn GRAPH_RDLOCK bdrv_has_zero_init(BlockDriverState *bs);
|
H A D | block-io.h | 81 int64_t coroutine_mixed_fn bdrv_nb_sectors(BlockDriverState *bs);
|
/qemu/include/qapi/ |
H A D | qmp-registry.h | 58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
|
/qemu/include/qemu/ |
H A D | osdep.h | 206 #define coroutine_mixed_fn QEMU_ANNOTATE("coroutine_mixed_fn") macro 208 #define coroutine_mixed_fn
|
/qemu/qapi/ |
H A D | qmp-dispatch.c | 137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
|
/qemu/block/ |
H A D | block-backend.c | 121 static int coroutine_mixed_fn GRAPH_RDLOCK 951 static int coroutine_mixed_fn GRAPH_RDLOCK 1679 int64_t coroutine_mixed_fn blk_nb_sectors(BlockBackend *blk) in blk_nb_sectors() 1703 void coroutine_mixed_fn blk_get_geometry(BlockBackend *blk, in blk_get_geometry()
|
H A D | throttle-groups.c | 320 static void coroutine_mixed_fn schedule_next_request(ThrottleGroupMember *tgm, in schedule_next_request()
|
H A D | io.c | 391 void coroutine_mixed_fn 513 void coroutine_mixed_fn bdrv_drain_all_begin(void) in bdrv_drain_all_begin()
|
H A D | qcow2.c | 160 static int coroutine_mixed_fn GRAPH_RDLOCK 2796 static void coroutine_mixed_fn GRAPH_RDLOCK 5334 static int coroutine_mixed_fn GRAPH_RDLOCK
|
H A D | qed.c | 574 static int coroutine_mixed_fn bdrv_qed_open(BlockDriverState *bs, QDict *options, in bdrv_qed_open()
|
H A D | vhdx.c | 891 static int coroutine_mixed_fn GRAPH_RDLOCK
|
/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 214 static void coroutine_mixed_fn TSA_NO_TSA 309 static void coroutine_mixed_fn TSA_NO_TSA 1182 static void coroutine_mixed_fn detach_by_parent_aio_cb(void *opaque, int ret) in detach_by_parent_aio_cb()
|
/qemu/hw/xen/ |
H A D | xen-mapcache.c | 652 void coroutine_mixed_fn xen_invalidate_map_cache_entry(uint8_t *buffer) in xen_invalidate_map_cache_entry()
|
/qemu/hw/virtio/ |
H A D | virtio.c | 3046 static int coroutine_mixed_fn 3090 static int coroutine_mixed_fn 3218 int coroutine_mixed_fn
|
/qemu/ |
H A D | block.c | 6115 int64_t coroutine_mixed_fn bdrv_nb_sectors(BlockDriverState *bs) in bdrv_nb_sectors() 6551 int coroutine_mixed_fn bdrv_has_zero_init(BlockDriverState *bs) in bdrv_has_zero_init()
|
H A D | qemu-img.c | 1716 static int coroutine_mixed_fn GRAPH_RDLOCK
|