Home
last modified time | relevance | path

Searched refs:io_flush (Results 1 – 3 of 3) sorted by relevance

/qemu/io/
H A Dchannel.c588 if (!klass->io_flush || in qio_channel_flush()
593 return klass->io_flush(ioc, errp); in qio_channel_flush()
H A Dchannel-socket.c977 ioc_klass->io_flush = qio_channel_socket_flush; in qio_channel_socket_class_init()
/qemu/include/io/
H A Dchannel.h162 int (*io_flush)(QIOChannel *ioc, member