Home
last modified time | relevance | path

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

/qemu/migration/
H A Dyank_functions.c49 QIOChannel *ioc = qemu_file_get_ioc(file); in migration_ioc_unregister_yank_from_file()
H A Dqemu-file.h81 QIOChannel *qemu_file_get_ioc(QEMUFile *file);
H A Drdma.c3209 QIOChannelRDMA *rioc = QIO_CHANNEL_RDMA(qemu_file_get_ioc(f)); in qemu_rdma_save_page()
3542 rioc = QIO_CHANNEL_RDMA(qemu_file_get_ioc(f)); in rdma_registration_handle()
3803 QIOChannelRDMA *rioc = QIO_CHANNEL_RDMA(qemu_file_get_ioc(f)); in rdma_block_notification_handle()
3836 QIOChannelRDMA *rioc = QIO_CHANNEL_RDMA(qemu_file_get_ioc(f)); in rdma_registration_start()
3869 rioc = QIO_CHANNEL_RDMA(qemu_file_get_ioc(f)); in rdma_registration_stop()
H A Dqemu-file.c829 QIOChannel *qemu_file_get_ioc(QEMUFile *file) in qemu_file_get_ioc() function