Home
last modified time | relevance | path

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

/openbmc/qemu/include/io/
H A Dchannel.h578 ssize_t qio_channel_pwrite(QIOChannel *ioc, char *buf, size_t buflen,
/openbmc/qemu/migration/
H A Dqemu-file.c468 ret = qio_channel_pwrite(f->ioc, (char *)buf, buflen, pos, &err); in qemu_put_buffer_at()
/openbmc/qemu/io/
H A Dchannel.c475 ssize_t qio_channel_pwrite(QIOChannel *ioc, char *buf, size_t buflen, in qio_channel_pwrite() function