Home
last modified time | relevance | path

Searched refs:qio_channel_wait (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/io/
H A Dchannel.c163 qio_channel_wait(ioc, G_IO_IN); in qio_channel_readv_full_all_eof()
271 qio_channel_wait(ioc, G_IO_OUT); in qio_channel_writev_full_all()
751 void qio_channel_wait(QIOChannel *ioc, in qio_channel_wait() function
H A Dchannel-socket.c755 qio_channel_wait(ioc, G_IO_ERR); in qio_channel_socket_flush()
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c78 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in test_io_channel_setup_sync()
146 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in test_io_channel_setup_async()
/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c107 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in tpm_emu_ctrl_thread()
/openbmc/qemu/include/io/
H A Dchannel.h851 void qio_channel_wait(QIOChannel *ioc,
/openbmc/qemu/migration/
H A Dqemu-file.c336 qio_channel_wait(f->ioc, G_IO_IN); in qemu_fill_buffer()