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.c870 typedef struct ImageEntry { in hmp_info_snapshots() struct
872 QTAILQ_ENTRY(ImageEntry) next; in hmp_info_snapshots()
874 } ImageEntry; in hmp_info_snapshots() typedef
876 QTAILQ_HEAD(, ImageEntry) image_list = in hmp_info_snapshots()
879 ImageEntry *image_entry, *next_ie; in hmp_info_snapshots()
900 ImageEntry *ie; in hmp_info_snapshots()
908 ie = g_new0(ImageEntry, 1); in hmp_info_snapshots()