Home
last modified time | relevance | path

Searched refs:ptrSection (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c273 SectionItem->ptrSection = NULL; in ProfileGetSection()
283 SectionItem->ptrSection = AllocatePool (Length + 1); in ProfileGetSection()
284 if (SectionItem->ptrSection == NULL) { in ProfileGetSection()
291 CopyMem (SectionItem->ptrSection, Buffer + 1, Length); in ProfileGetSection()
292 *(SectionItem->ptrSection + Length) = '\0'; in ProfileGetSection()
371 SectionItem->ptrSection = NULL; in ProfileGetEntry()
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1); in ProfileGetEntry()
382 if (SectionItem->ptrSection == NULL) { in ProfileGetEntry()
385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1); in ProfileGetEntry()
451 if (PtrSection->ptrSection != NULL) { in FreeAllList()
[all …]
DUpdateDriver.h63 CHAR8 *ptrSection; member