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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c230 SECTION_ITEM *SectionItem; local
268 SectionItem = AllocatePool (sizeof (SECTION_ITEM));
269 if (SectionItem == NULL) {
273 SectionItem->ptrSection = NULL;
274 SectionItem->SecNameLen = Length;
275 SectionItem->ptrEntry = NULL;
276 SectionItem->ptrValue = NULL;
277 SectionItem->ptrNext = *SectionHead;
278 *SectionHead = SectionItem;
283 SectionItem
316 SECTION_ITEM *SectionItem; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py375 for SectionItem in self.SectionHeaderContent:
381 if SectionItem[0].strip().upper() == DT.TAB_INF_FIXED_PCD.upper() or \
382 SectionItem[0].strip().upper() == DT.TAB_INF_PATCH_PCD.upper() or \
383 SectionItem[0].strip().upper() == DT.TAB_INF_PCD_EX.upper() or \
384 SectionItem[0].strip().upper() == DT.TAB_INF_PCD.upper() or \
385 SectionItem[0].strip().upper() == DT.TAB_INF_FEATURE_PCD.upper():
386 ArchList = GetSplitValueList(SectionItem[1].strip(), ' ')
388 ArchList = [SectionItem[1].strip()]
392 (SectionItem[0].strip().upper() != DT.TAB_DEPEX.upper()) and \
393 (SectionItem[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DParsing.py813 for SectionItem in SectionItemList:
815 LineValue, StartLine, EndLine, Comment = SectionItem[0], SectionItem[1], SectionItem[1], SectionItem[2]
853 for SectionItem in SectionItemList:
855 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
H A DDscClassObject.py1257 for SectionItem in SectionItemList:
1259 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py755 for SectionItem in SectionItemList:
756 LineValue, StartLine, Comment = SectionItem[0], \
757 SectionItem[1], SectionItem[2]

Completed in 89 milliseconds