Home
last modified time | relevance | path

Searched refs:coroutine_mixed_fn (Results 1 – 23 of 23) sorted by relevance

/qemu/include/io/
H A Dchannel.h322 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 Dqemu-file.h57 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 Dqemu-file.c318 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 Dchannel.c113 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 Dqemu-file-types.h38 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 Dvmstate.h44 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 Dblock-common.h53 #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 Dblock-global-state.h203 int coroutine_mixed_fn GRAPH_RDLOCK bdrv_has_zero_init(BlockDriverState *bs);
H A Dblock-io.h81 int64_t coroutine_mixed_fn bdrv_nb_sectors(BlockDriverState *bs);
/qemu/include/qapi/
H A Dqmp-registry.h58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
/qemu/include/qemu/
H A Dosdep.h206 #define coroutine_mixed_fn QEMU_ANNOTATE("coroutine_mixed_fn") macro
208 #define coroutine_mixed_fn
/qemu/qapi/
H A Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
/qemu/block/
H A Dblock-backend.c121 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 Dthrottle-groups.c320 static void coroutine_mixed_fn schedule_next_request(ThrottleGroupMember *tgm, in schedule_next_request()
H A Dio.c391 void coroutine_mixed_fn
513 void coroutine_mixed_fn bdrv_drain_all_begin(void) in bdrv_drain_all_begin()
H A Dqcow2.c160 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 Dqed.c574 static int coroutine_mixed_fn bdrv_qed_open(BlockDriverState *bs, QDict *options, in bdrv_qed_open()
H A Dvhdx.c891 static int coroutine_mixed_fn GRAPH_RDLOCK
/qemu/tests/unit/
H A Dtest-bdrv-drain.c214 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 Dxen-mapcache.c652 void coroutine_mixed_fn xen_invalidate_map_cache_entry(uint8_t *buffer) in xen_invalidate_map_cache_entry()
/qemu/hw/virtio/
H A Dvirtio.c3046 static int coroutine_mixed_fn
3090 static int coroutine_mixed_fn
3218 int coroutine_mixed_fn
/qemu/
H A Dblock.c6115 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 Dqemu-img.c1716 static int coroutine_mixed_fn GRAPH_RDLOCK