Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel.c585 if (!klass->io_flush || in qio_channel_flush()
590 return klass->io_flush(ioc, errp); in qio_channel_flush()
H A Dchannel-socket.c966 ioc_klass->io_flush = qio_channel_socket_flush; in qio_channel_socket_class_init()
/openbmc/qemu/include/io/
H A Dchannel.h161 int (*io_flush)(QIOChannel *ioc, member