Searched refs:qio_channel_io_seek (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/migration/ |
H A D | file.c | 121 if (offset && qio_channel_io_seek(ioc, offset, SEEK_SET, errp) < 0) { in file_start_outgoing_migration() 190 qio_channel_io_seek(QIO_CHANNEL(fioc), offset, SEEK_SET, errp) < 0) { in file_start_incoming_migration()
|
H A D | qemu-file.c | 537 ret = qio_channel_io_seek(f->ioc, off, whence, &err); in qemu_set_offset() 550 ret = qio_channel_io_seek(f->ioc, 0, SEEK_CUR, &err); in qemu_get_offset()
|
H A D | colo.c | 424 qio_channel_io_seek(QIO_CHANNEL(bioc), 0, 0, NULL); in colo_do_checkpoint_transaction() 717 qio_channel_io_seek(QIO_CHANNEL(bioc), 0, 0, NULL); in colo_incoming_process_checkpoint()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 714 off_t qio_channel_io_seek(QIOChannel *ioc,
|
/openbmc/qemu/io/ |
H A D | channel.c | 565 off_t qio_channel_io_seek(QIOChannel *ioc, in qio_channel_io_seek() function
|