HomeSort by relevance Sort by last modified time
    Searched defs:vm_state_size (Results 1 - 5 of 5) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 42 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;
qcow2.h 75 uint32_t vm_state_size; member in struct:QCowSnapshot
  /external/qemu/android/
snapshot.c 89 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/
block.h 24 uint32_t vm_state_size; /* VM state info size */ member in struct:QEMUSnapshotInfo
savevm.c 1249 uint32_t vm_state_size; local
    [all...]

Completed in 611 milliseconds