Searched refs:PtrSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c317 SECTION_ITEM *PtrSection; local
364 PtrSection = *SectionHead;
374 SectionItem->SecNameLen = PtrSection->SecNameLen;
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1);
385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1);
442 SECTION_ITEM *PtrSection; local
446 PtrSection = Section;
448 if (PtrSection->ptrEntry != NULL) {
449 FreePool (PtrSection
[all...]

Completed in 31 milliseconds