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

  /external/qemu/block/
qcow2-snapshot.c 37 uint32_t date_sec; member in struct:QCowSnapshotHeader
89 sn->date_sec = be32_to_cpu(h.date_sec);
149 h.date_sec = cpu_to_be32(sn->date_sec);
257 sn->date_sec = sn_info->date_sec;
398 sn_info->date_sec = sn->date_sec;
qcow2.h 72 uint32_t date_sec; member in struct:QCowSnapshot
  /external/qemu/
block.h 24 uint32_t date_sec; /* UTC date of the snapshot */ member in struct:QEMUSnapshotInfo
savevm.c 1211 sn->date_sec = tb.time;
1215 sn->date_sec = tv.tv_sec;
    [all...]
block.c     [all...]

Completed in 20 milliseconds