Home
last modified time | relevance | path

Searched refs:qio_channel_set_follow_coroutine_ctx (Results 1 – 7 of 7) sorted by relevance

/qemu/include/io/
H A Dchannel.h532 void qio_channel_set_follow_coroutine_ctx(QIOChannel *ioc, bool enabled);
/qemu/tools/i386/
H A Dqemu-vmsr-helper.c219 qio_channel_set_follow_coroutine_ctx(QIO_CHANNEL(client->ioc), true); in vh_co_entry()
/qemu/util/
H A Dvhost-user-server.c373 qio_channel_set_follow_coroutine_ctx(server->ioc, true); in vu_accept()
/qemu/io/
H A Dchannel.c371 void qio_channel_set_follow_coroutine_ctx(QIOChannel *ioc, bool enabled) in qio_channel_set_follow_coroutine_ctx() function
/qemu/scsi/
H A Dqemu-pr-helper.c738 qio_channel_set_follow_coroutine_ctx(QIO_CHANNEL(client->ioc), true); in prh_co_entry()
/qemu/block/
H A Dnbd.c355 qio_channel_set_follow_coroutine_ctx(s->ioc, true); in nbd_co_do_establish_connection()
/qemu/nbd/
H A Dserver.c1415 qio_channel_set_follow_coroutine_ctx(client->ioc, true); in nbd_negotiate()