Home
last modified time | relevance | path

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

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