Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c2298 g_autofree void *transfer_buf = NULL; in vhost_save_backend_state()
2339 transfer_buf = g_malloc(chunk_size); in vhost_save_backend_state()
2344 read_ret = RETRY_ON_EINTR(read(read_fd, transfer_buf, chunk_size)); in vhost_load_backend_state()
2359 qemu_put_buffer(f, transfer_buf, read_ret); in vhost_load_backend_state()
2390 g_autofree void *transfer_buf = NULL; in vhost_load_backend_state()
2442 transfer_buf = g_realloc(transfer_buf, this_chunk_size); in vhost_load_backend_state()
2446 if (qemu_get_buffer(f, transfer_buf, this_chunk_size) < in vhost_load_backend_state()
2454 transfer_pointer = transfer_buf; in vhost_load_backend_state()
2256 g_autofree void *transfer_buf = NULL; vhost_save_backend_state() local
2348 g_autofree void *transfer_buf = NULL; vhost_load_backend_state() local