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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c752 FORMSET_DEFAULTSTORE *DefaultStore; local
788 DefaultStore = FORMSET_DEFAULTSTORE_FROM_LINK (Link);
789 RemoveEntryList (&DefaultStore->Link);
791 FreePool (DefaultStore);
930 FORMSET_DEFAULTSTORE *DefaultStore; local
1524 // DefaultStore
1527 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE));
1528 ASSERT (DefaultStore != NULL);
1529 DefaultStore->Signature = FORMSET_DEFAULTSTORE_SIGNATURE;
1531 CopyMem (&DefaultStore
[all...]

Completed in 45 milliseconds