Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-file.c301 ioc_klass->io_pwritev = qio_channel_file_pwritev; in qio_channel_file_class_init()
H A Dchannel.c462 if (!klass->io_pwritev) { in qio_channel_pwritev()
472 return klass->io_pwritev(ioc, iov, niov, offset, errp); in qio_channel_pwritev()
/openbmc/qemu/include/io/
H A Dchannel.h134 ssize_t (*io_pwritev)(QIOChannel *ioc, member