Searched defs:QListEntry (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqlist.h20 typedef struct QListEntry { struct
22 QTAILQ_ENTRY(QListEntry) next;
23 } QListEntry; typedef in typeref:struct:QListEntry
27 QTAILQ_HEAD(,QListEntry) head;
38 static inline QObject *qlist_entry_obj(const QListEntry *entry)

Completed in 39 milliseconds