Home
last modified time | relevance | path

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

/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c865 typedef struct SnapshotEntry { in hmp_info_snapshots() struct
867 QTAILQ_ENTRY(SnapshotEntry) next; in hmp_info_snapshots()
868 } SnapshotEntry; in hmp_info_snapshots() typedef
873 QTAILQ_HEAD(, SnapshotEntry) snapshots; in hmp_info_snapshots()
880 SnapshotEntry *snapshot_entry; in hmp_info_snapshots()
901 SnapshotEntry *se; in hmp_info_snapshots()
913 se = g_new0(SnapshotEntry, 1); in hmp_info_snapshots()
930 SnapshotEntry *next_sn; in hmp_info_snapshots()
981 SnapshotEntry *next_sn; in hmp_info_snapshots()