HomeSort by relevance Sort by last modified time
    Searched defs:vm_state_size (Results 1 - 6 of 6) 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 84 uint32_t vm_state_size; member in struct:SnapshotInfo
126 read_or_die(fd, &info->vm_state_size, sizeof(info->vm_state_size));
135 be32_to_cpus(&info->vm_state_size);
230 snapshot_format_size(size_buf, sizeof(size_buf), info->vm_state_size);
  /external/qemu/include/block/
block.h 24 uint32_t vm_state_size; /* VM state info size */ member in struct:QEMUSnapshotInfo
  /external/qemu/
savevm.c 2486 uint32_t vm_state_size; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 1959 int64_t vm_state_size; member in struct:SnapshotInfo
    [all...]

Completed in 352 milliseconds