Searched refs:vm_state_size (Results 1 - 6 of 6) sorted by relevance

/external/qemu/block/
H A Dqcow2-snapshot.c42 uint32_t vm_state_size; member in struct:QCowSnapshotHeader
88 sn->vm_state_size = be32_to_cpu(h.vm_state_size);
151 h.vm_state_size = cpu_to_be32(sn->vm_state_size);
260 sn->vm_state_size = sn_info->vm_state_size;
410 sn_info->vm_state_size = sn->vm_state_size;
H A Dqcow2.h75 uint32_t vm_state_size; member in struct:QCowSnapshot
/external/qemu/android/
H A Dsnapshot.c89 uint32_t vm_state_size; member in struct:SnapshotInfo
131 read_or_die(fd, &info->vm_state_size, sizeof(info->vm_state_size));
140 be32_to_cpus(&info->vm_state_size);
228 snapshot_format_size(size_buf, sizeof(size_buf), info->vm_state_size);
/external/qemu/
H A Dsavevm.c1213 uint32_t vm_state_size; local
1273 vm_state_size = qemu_ftell(f);
1294 sn->vm_state_size = (bs == bs1 ? vm_state_size : 0);
1367 if ((ret >= 0) && (sn.vm_state_size == 0))
H A Dblock.h24 uint32_t vm_state_size; /* VM state info size */ member in struct:QEMUSnapshotInfo
H A Dblock.c1966 get_human_readable_size(buf1, sizeof(buf1), sn->vm_state_size),

Completed in 75 milliseconds