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

  /external/qemu/block/
qcow2-snapshot.c 55 qemu_free(s->snapshots[i].name);
56 qemu_free(s->snapshots[i].id_str);
58 qemu_free(s->snapshots);
59 s->snapshots = NULL;
73 s->snapshots = NULL;
79 s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(QCowSnapshot));
85 sn = s->snapshots + i;
118 /* add at the end of the file a new list of snapshots */
129 /* compute the size of the snapshots */
132 sn = s->snapshots + i
    [all...]
qcow2.h 113 QCowSnapshot *snapshots; member in struct:BDRVQcowState
qcow2-refcount.c 442 /* snapshots and image creation */
464 /* update the refcounts of snapshots and the copied flag */
817 /* snapshots */
819 sn = s->snapshots + i;
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 39 var snapshots = WebInspector.HeapSnapshotProfileType.snapshots;
40 snapshots.push(snapshot);
42 snapshot.listIndex = snapshots.length - 1;
298 if (this.baseSnapshot === WebInspector.HeapSnapshotProfileType.snapshots[this.baseSelectElement.selectedIndex])
364 this.baseSnapshot = WebInspector.HeapSnapshotProfileType.snapshots[this.baseSelectElement.selectedIndex];
391 var list = WebInspector.HeapSnapshotProfileType.snapshots;
392 // We're assuming that snapshots can only be added.
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 22 milliseconds