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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c216 @param SectionHead Section item head entry.
226 IN OUT SECTION_ITEM **SectionHead
277 SectionItem->ptrNext = *SectionHead;
278 *SectionHead = SectionItem;
302 @param SectionHead Section item head entry.
312 IN OUT SECTION_ITEM **SectionHead
361 if (*SectionHead == NULL) {
364 PtrSection = *SectionHead;
375 SectionItem->ptrNext = *SectionHead;
376 *SectionHead
801 PreProcessDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT SECTION_ITEM **SectionHead, IN OUT COMMENT_LINE **CommentHead ) argument
946 SECTION_ITEM *SectionHead; local
[all...]

Completed in 214 milliseconds