Home
last modified time | relevance | path

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

/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c876 typedef struct ImageEntry { in hmp_info_snapshots() struct
878 QTAILQ_ENTRY(ImageEntry) next; in hmp_info_snapshots()
880 } ImageEntry; in hmp_info_snapshots() typedef
882 QTAILQ_HEAD(, ImageEntry) image_list = in hmp_info_snapshots()
885 ImageEntry *image_entry, *next_ie; in hmp_info_snapshots()
906 ImageEntry *ie; in hmp_info_snapshots()
914 ie = g_new0(ImageEntry, 1); in hmp_info_snapshots()