Home
last modified time | relevance | path

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

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