Home | History | Annotate | Download | only in QemuBootOrderLib

Lines Matching defs:Entry

147   ORDERED_COLLECTION_ENTRY *Entry, *Entry2;

218 Entry = OrderedCollectionMin (Collection);
222 ASSERT (Entry != NULL);
223 Acpi = OrderedCollectionUserStruct (Entry);
229 Entry = OrderedCollectionNext (Entry);
231 ASSERT (Entry == NULL);
249 for (Entry = OrderedCollectionMin (Collection); Entry != NULL;
250 Entry = Entry2) {
251 Entry2 = OrderedCollectionNext (Entry);
252 OrderedCollectionDelete (Collection, Entry, NULL);