/openbmc/qemu/include/io/ |
H A D | channel.h | 321 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, 348 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, 373 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, 457 int coroutine_mixed_fn qio_channel_read_all_eof(QIOChannel *ioc, 477 int coroutine_mixed_fn qio_channel_read_all(QIOChannel *ioc, 496 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, 902 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, 928 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, 962 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc,
|
/openbmc/qemu/migration/ |
H A D | qemu-file.h | 55 size_t coroutine_mixed_fn qemu_peek_buffer(QEMUFile *f, uint8_t **buf, size_t size, size_t offset); 56 size_t coroutine_mixed_fn qemu_get_buffer_in_place(QEMUFile *f, uint8_t **buf, size_t size); 63 int coroutine_mixed_fn qemu_peek_byte(QEMUFile *f, int offset);
|
H A D | qemu-file.c | 308 static ssize_t coroutine_mixed_fn qemu_fill_buffer(QEMUFile *f) in qemu_fill_buffer() 583 size_t coroutine_mixed_fn qemu_peek_buffer(QEMUFile *f, uint8_t **buf, size_t size, size_t offset) in qemu_peek_buffer() 631 size_t coroutine_mixed_fn qemu_get_buffer(QEMUFile *f, uint8_t *buf, size_t size) in qemu_get_buffer() 672 size_t coroutine_mixed_fn qemu_get_buffer_in_place(QEMUFile *f, uint8_t **buf, size_t size) in qemu_get_buffer_in_place() 694 int coroutine_mixed_fn qemu_peek_byte(QEMUFile *f, int offset) in qemu_peek_byte() 711 int coroutine_mixed_fn qemu_get_byte(QEMUFile *f) in qemu_get_byte()
|
/openbmc/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() 121 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all() 129 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof() 219 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all() 238 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all() 246 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc, in qio_channel_writev_full_all() 329 int coroutine_mixed_fn qio_channel_read_all_eof(QIOChannel *ioc, in qio_channel_read_all_eof() 339 int coroutine_mixed_fn qio_channel_read_all(QIOChannel *ioc, in qio_channel_read_all() 349 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, in qio_channel_write_all()
|
/openbmc/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,
|
/openbmc/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 | 197 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);
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | dispatch.h | 58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 202 #define coroutine_mixed_fn QEMU_ANNOTATE("coroutine_mixed_fn") macro 204 #define coroutine_mixed_fn
|
/openbmc/qemu/qapi/ |
H A D | qmp-dispatch.c | 137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
|
/openbmc/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 1166 static void coroutine_mixed_fn detach_by_parent_aio_cb(void *opaque, int ret) in detach_by_parent_aio_cb()
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 121 static int coroutine_mixed_fn GRAPH_RDLOCK 937 static int coroutine_mixed_fn GRAPH_RDLOCK 1661 int64_t coroutine_mixed_fn blk_nb_sectors(BlockBackend *blk) in blk_nb_sectors() 1685 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 | 387 void coroutine_mixed_fn 510 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 2794 static void coroutine_mixed_fn GRAPH_RDLOCK 5330 static int coroutine_mixed_fn GRAPH_RDLOCK
|
H A D | qed.c | 573 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
|
/openbmc/qemu/hw/xen/ |
H A D | xen-mapcache.c | 640 void coroutine_mixed_fn xen_invalidate_map_cache_entry(uint8_t *buffer) in xen_invalidate_map_cache_entry()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 3074 static int coroutine_mixed_fn 3118 static int coroutine_mixed_fn 3203 int coroutine_mixed_fn
|
/openbmc/qemu/ |
H A D | block.c | 6072 int64_t coroutine_mixed_fn bdrv_nb_sectors(BlockDriverState *bs) in bdrv_nb_sectors() 6508 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
|