Home
last modified time | relevance | path

Searched refs:qio_channel_pread (Results 1 – 4 of 4) sorted by relevance

/qemu/migration/
H A Dfile.c258 ret = qio_channel_pread(p->c, (char *) data->opaque, in multifd_file_recv_data()
H A Dqemu-file.c577 ret = qio_channel_pread(f->ioc, (char *)buf, buflen, pos, &err); in qemu_get_buffer_at()
/qemu/include/io/
H A Dchannel.h615 ssize_t qio_channel_pread(QIOChannel *ioc, char *buf, size_t buflen,
/qemu/io/
H A Dchannel.c507 ssize_t qio_channel_pread(QIOChannel *ioc, char *buf, size_t buflen, in qio_channel_pread() function