Home
last modified time | relevance | path

Searched refs:SECTION_ITEM (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
DIniParsingLib.c53 typedef struct _INI_SECTION_ITEM SECTION_ITEM; typedef
59 SECTION_ITEM *PtrNext;
69 SECTION_ITEM *SectionHead;
305 SECTION_ITEM *PtrSection; in DumpIniSection()
306 SECTION_ITEM *Section; in DumpIniSection()
535 IN OUT SECTION_ITEM **SectionHead in ProfileGetSection()
538 SECTION_ITEM *SectionItem; in ProfileGetSection()
586 SectionItem = AllocatePool (sizeof (SECTION_ITEM)); in ProfileGetSection()
632 IN OUT SECTION_ITEM **SectionHead in ProfileGetEntry()
636 SECTION_ITEM *SectionItem; in ProfileGetEntry()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
DParseUpdateProfile.c226 IN OUT SECTION_ITEM **SectionHead in ProfileGetSection()
230 SECTION_ITEM *SectionItem; in ProfileGetSection()
268 SectionItem = AllocatePool (sizeof (SECTION_ITEM)); in ProfileGetSection()
312 IN OUT SECTION_ITEM **SectionHead in ProfileGetEntry()
316 SECTION_ITEM *SectionItem; in ProfileGetEntry()
317 SECTION_ITEM *PtrSection; in ProfileGetEntry()
366 SectionItem = AllocatePool (sizeof (SECTION_ITEM)); in ProfileGetEntry()
438 IN SECTION_ITEM *Section, in FreeAllList()
442 SECTION_ITEM *PtrSection; in FreeAllList()
486 IN SECTION_ITEM *Section, in UpdateGetProfileString()
[all …]
DUpdateDriver.h61 typedef struct _SECTION_ITEM SECTION_ITEM; typedef
67 SECTION_ITEM *ptrNext;