Searched refs:ImageEntry (Results 1 – 1 of 1) sorted by relevance
876 typedef struct ImageEntry { in hmp_info_snapshots() struct878 QTAILQ_ENTRY(ImageEntry) next; in hmp_info_snapshots()880 } ImageEntry; in hmp_info_snapshots() typedef882 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()