Searched refs:snapshot_entry (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 880 SnapshotEntry *snapshot_entry; in hmp_info_snapshots() local 935 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, in hmp_info_snapshots() 937 if (!strcmp(sn_tab[i].name, snapshot_entry->sn.name)) { in hmp_info_snapshots() 938 QTAILQ_REMOVE(&image_entry->snapshots, snapshot_entry, in hmp_info_snapshots() 940 g_free(snapshot_entry); in hmp_info_snapshots() 974 QTAILQ_FOREACH(snapshot_entry, &image_entry->snapshots, next) { in hmp_info_snapshots() 975 bdrv_snapshot_dump(&snapshot_entry->sn); in hmp_info_snapshots() 982 QTAILQ_FOREACH_SAFE(snapshot_entry, &image_entry->snapshots, next, in hmp_info_snapshots() 984 g_free(snapshot_entry); in hmp_info_snapshots()
|