Searched refs:qio_channel_pwrite (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/io/ |
H A D | channel.h | 578 ssize_t qio_channel_pwrite(QIOChannel *ioc, char *buf, size_t buflen,
|
/openbmc/qemu/migration/ |
H A D | qemu-file.c | 468 ret = qio_channel_pwrite(f->ioc, (char *)buf, buflen, pos, &err); in qemu_put_buffer_at()
|
/openbmc/qemu/io/ |
H A D | channel.c | 475 ssize_t qio_channel_pwrite(QIOChannel *ioc, char *buf, size_t buflen, in qio_channel_pwrite() function
|