Searched refs:ImageEntry (Results 1 – 1 of 1) sorted by relevance
870 typedef struct ImageEntry { in hmp_info_snapshots() struct872 QTAILQ_ENTRY(ImageEntry) next; in hmp_info_snapshots()874 } ImageEntry; in hmp_info_snapshots() typedef876 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()