Home
last modified time | relevance | path

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

/openbmc/qemu/include/io/
H A Dchannel.h321 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 Dqemu-file.h55 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 Dqemu-file.c308 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 Dchannel.c113 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 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,
/openbmc/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.h197 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);
/openbmc/qemu/include/qapi/qmp/
H A Ddispatch.h58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
/openbmc/qemu/include/qemu/
H A Dosdep.h202 #define coroutine_mixed_fn QEMU_ANNOTATE("coroutine_mixed_fn") macro
204 #define coroutine_mixed_fn
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
/openbmc/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
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 Dblock-backend.c121 static int coroutine_mixed_fn GRAPH_RDLOCK
946 static int coroutine_mixed_fn GRAPH_RDLOCK
1664 int64_t coroutine_mixed_fn blk_nb_sectors(BlockBackend *blk) in blk_nb_sectors()
1688 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.c387 void coroutine_mixed_fn
510 void coroutine_mixed_fn bdrv_drain_all_begin(void) in bdrv_drain_all_begin()
H A Dqed.c573 static int coroutine_mixed_fn bdrv_qed_open(BlockDriverState *bs, QDict *options, in bdrv_qed_open()
H A Dqcow2.c160 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 Dvhdx.c891 static int coroutine_mixed_fn GRAPH_RDLOCK
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c640 void coroutine_mixed_fn xen_invalidate_map_cache_entry(uint8_t *buffer) in xen_invalidate_map_cache_entry()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c3070 static int coroutine_mixed_fn
3114 static int coroutine_mixed_fn
3199 int coroutine_mixed_fn
/openbmc/qemu/
H A Dblock.c6072 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 Dqemu-img.c1716 static int coroutine_mixed_fn GRAPH_RDLOCK