Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c55 CHAR8 *PtrSection; member
305 SECTION_ITEM *PtrSection; in DumpIniSection() local
316 PtrSection = Section; in DumpIniSection()
318 if (PtrSection->PtrSection != NULL) { in DumpIniSection()
319 DEBUG((DEBUG_VERBOSE, "Section - %a\n", PtrSection->PtrSection)); in DumpIniSection()
321 if (PtrSection->PtrEntry != NULL) { in DumpIniSection()
322 DEBUG ((DEBUG_VERBOSE, " Entry - %a\n", PtrSection->PtrEntry)); in DumpIniSection()
324 if (PtrSection->PtrValue != NULL) { in DumpIniSection()
325 DEBUG((DEBUG_VERBOSE, " Value - %a\n", PtrSection->PtrValue)); in DumpIniSection()
591 SectionItem->PtrSection = NULL; in ProfileGetSection()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c317 SECTION_ITEM *PtrSection; in ProfileGetEntry() local
364 PtrSection = *SectionHead; in ProfileGetEntry()
374 SectionItem->SecNameLen = PtrSection->SecNameLen; in ProfileGetEntry()
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1); in ProfileGetEntry()
385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1); in ProfileGetEntry()
442 SECTION_ITEM *PtrSection; in FreeAllList() local
446 PtrSection = Section; in FreeAllList()
448 if (PtrSection->ptrEntry != NULL) { in FreeAllList()
449 FreePool (PtrSection->ptrEntry); in FreeAllList()
451 if (PtrSection->ptrSection != NULL) { in FreeAllList()
[all …]