Home
last modified time | relevance | path

Searched refs:SnapshotEntry (Results 1 – 1 of 1) sorted by relevance

/qemu/block/monitor/
H A Dblock-hmp-cmds.c864 typedef struct SnapshotEntry { in hmp_info_snapshots() struct
866 QTAILQ_ENTRY(SnapshotEntry) next; in hmp_info_snapshots()
867 } SnapshotEntry; in hmp_info_snapshots() typedef
872 QTAILQ_HEAD(, SnapshotEntry) snapshots; in hmp_info_snapshots()
879 SnapshotEntry *snapshot_entry; in hmp_info_snapshots()
900 SnapshotEntry *se; in hmp_info_snapshots()
912 se = g_new0(SnapshotEntry, 1); in hmp_info_snapshots()
929 SnapshotEntry *next_sn; in hmp_info_snapshots()
980 SnapshotEntry *next_sn; in hmp_info_snapshots()