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