/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/ |
D | ParseConfigProfile.c | 46 CHAR8 *SectionName; in ParseUpdateDataFile() local 94 &SectionName in ParseUpdateDataFile() 96 if (EFI_ERROR(Status) || (SectionName == NULL)) { in ParseUpdateDataFile() 113 SectionName, in ParseUpdateDataFile() 129 SectionName, in ParseUpdateDataFile() 145 SectionName, in ParseUpdateDataFile() 161 SectionName, in ParseUpdateDataFile() 178 SectionName, in ParseUpdateDataFile() 194 SectionName, in ParseUpdateDataFile()
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/ |
D | IniParsingLib.h | 69 IN CHAR8 *SectionName, 89 IN CHAR8 *SectionName, 109 IN CHAR8 *SectionName, 129 IN CHAR8 *SectionName, 149 IN CHAR8 *SectionName,
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ |
D | ParseConfigProfile.c | 46 CHAR8 *SectionName; in ParseRecoveryDataFile() local 93 &SectionName in ParseRecoveryDataFile() 95 if (EFI_ERROR(Status) || (SectionName == NULL)) { in ParseRecoveryDataFile() 111 SectionName, in ParseRecoveryDataFile() 128 SectionName, in ParseRecoveryDataFile() 144 SectionName, in ParseRecoveryDataFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | IniToXml.py | 180 def ValidateValues(Key, Value, SectionName): argument 181 if SectionName == 'DistributionHeader': 187 return Valid, ST.ERR_VALUE_INVALID % (Key, SectionName) 191 return Valid, ST.ERR_VALUE_INVALID % (Key, SectionName) 325 SectionName = '' 338 SectionName = Line[1:-1].strip() 339 if SectionName not in SectionMap: 340 IniParseError(ST.ERR_SECTION_NAME_INVALID % SectionName, 343 if SectionName in ParsedSection: 344 IniParseError(ST.ERR_SECTION_REDEFINE % SectionName, [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellManParser.c | 236 CHAR16 *SectionName; in ManBufferFindSections() local 293 SectionName = TempString; in ManBufferFindSections() 294 SectionLen = StrLen(SectionName); in ManBufferFindSections() 295 SectionName = StrStr(Sections, SectionName); in ManBufferFindSections() 296 if (SectionName == NULL) { in ManBufferFindSections() 300 if (*(SectionName + SectionLen) == CHAR_NULL || *(SectionName + SectionLen) == L',') { in ManBufferFindSections() 371 CHAR16 *SectionName; in ManFileFindSections() local 427 for ( SectionName = ReadLine + 3 in ManFileFindSections() 428 ; *SectionName == L' ' in ManFileFindSections() 429 ; SectionName++); in ManFileFindSections() [all …]
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/ |
D | IniParsingLib.c | 837 IN CHAR8 *SectionName, in UpdateGetProfileString() argument 845 if (AsciiStrCmp ((CONST CHAR8 *) Section->PtrSection, (CONST CHAR8 *) SectionName) == 0) { in UpdateGetProfileString() 1200 IN CHAR8 *SectionName, in GetStringFromDataFile() argument 1208 if (Context == NULL || SectionName == NULL || EntryName == NULL || EntryValue == NULL) { in GetStringFromDataFile() 1217 SectionName, in GetStringFromDataFile() 1239 IN CHAR8 *SectionName, in GetGuidFromDataFile() argument 1247 if (Context == NULL || SectionName == NULL || EntryName == NULL || Guid == NULL) { in GetGuidFromDataFile() 1253 SectionName, in GetGuidFromDataFile() 1286 IN CHAR8 *SectionName, in GetDecimalUintnFromDataFile() argument 1294 if (Context == NULL || SectionName == NULL || EntryName == NULL || Data == NULL) { in GetDecimalUintnFromDataFile() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/ |
D | GenSec.c | 1012 CHAR8 *SectionName; in main() local 1035 SectionName = NULL; in main() 1079 SectionName = argv[1]; in main() 1080 if (SectionName == NULL) { in main() 1293 VerboseMsg ("Section type is %s", SectionName); in main() 1294 if (SectionName == NULL) { in main() 1299 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_COMPRESSION]) == 0) { in main() 1315 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_GUID_DEFINED]) == 0) { in main() 1345 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_PE32]) == 0) { in main() 1347 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_PIC]) == 0) { in main() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenDecFile.py | 161 SectionName = TAB_COMMENT_SPLIT + TAB_SPACE_SPLIT + TAB_SECTION_START + TAB_PCD_ERROR + \ 164 Content += SectionName 508 SectionName = 'UserExtensions' 513 SectionName += '.' + UserId 515 SectionName += '.' + '"' + UserExtension.GetIdentifier() + '"' 517 SectionList.append(SectionName) 520 SectionList.append(SectionName + '.' + Arch) 521 SectionName = ', '.join(SectionList) 522 SectionName = ''.join(['[', SectionName, ']\n']) 523 Content += '\n' + SectionName + NewStatement
|
D | GenInfFile.py | 982 def GenSpecialSections(ObjectList, SectionName): argument 996 if SectionName == 'Hob': 998 elif SectionName == 'Event': 1000 elif SectionName == 'BootMode': 1003 assert(SectionName) 1026 SectionContent = GenSection(SectionName, NewSectionDict)
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
D | ParseUpdateProfile.c | 487 IN UINT8 *SectionName, in UpdateGetProfileString() argument 495 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrSection, (CONST CHAR8 *) SectionName) == 0) { in UpdateGetProfileString() 943 CHAR8 *SectionName; in ParseUpdateDataFile() local 1017 SectionName = Value; in ParseUpdateDataFile() 1025 (UINT8 *) SectionName, in ParseUpdateDataFile() 1048 (UINT8 *) SectionName, in ParseUpdateDataFile() 1066 (UINT8 *) SectionName, in ParseUpdateDataFile() 1090 (UINT8 *) SectionName, in ParseUpdateDataFile() 1112 (UINT8 *) SectionName, in ParseUpdateDataFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Parsing.py | 719 def ParseDefine(LineValue, StartLine, Table, FileID, SectionName, \ argument 722 SectionName)) 964 def GenSection(SectionName, SectionDict, SplitArch=True, NeedBlankLine=False): argument 968 …if SectionAttrs and SectionName != 'Defines' and SectionAttrs.strip().upper() != DataType.TAB_ARCH… 972 if SectionName != 'UserExtensions': 978 Section = '[' + SectionName + '.' + (', ' + SectionName + '.').join(ArchList) + ']' 980 Section = '[' + SectionName + ']' 988 …if not Line.replace("#", '').strip() and SectionName not in ('Defines', 'Hob', 'Event', 'BootMode'… 991 if Line.strip().startswith('#') and SectionName == 'Defines':
|
D | String.py | 526 def CheckFileType(CheckFilename, ExtName, ContainerFilename, SectionName, Line, LineNo= -1): argument 533 ErrorMsg = ST.ERR_SECTIONNAME_INVALID % (SectionName, CheckFilename, ExtName) 553 def CheckFileExist(WorkspaceDir, CheckFilename, ContainerFilename, SectionName, Line, LineNo= -1): argument 561 ErrorMsg = ST.ERR_CHECKFILE_NOTFOUND % (CheckFile, SectionName)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | ProcessDsc.c | 332 INT8 *SectionName 356 INT8 *SectionName, 372 INT8 *SectionName 387 INT8 *SectionName 402 INT8 *SectionName 422 INT8 *SectionName 505 INT8 *SectionName 1716 INT8 *SectionName in ProcessINFDefinesSectionSingle() argument 1724 TempSect = DSCFileFindSection (ComponentFile, SectionName); in ProcessINFDefinesSectionSingle() 1943 INT8 *SectionName in ProcessIncludesSectionSingle() argument [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | String.py | 619 def CheckFileType(CheckFilename, ExtName, ContainerFilename, SectionName, Line, LineNo= -1): argument 626 …ErrorMsg = "Invalid %s. '%s' is found, but '%s' file is needed" % (SectionName, CheckFilename, Ext… 646 def CheckFileExist(WorkspaceDir, CheckFilename, ContainerFilename, SectionName, Line, LineNo= -1): argument 654 ErrorMsg = "Can't find file '%s' defined in section '%s'" % (CheckFile, SectionName)
|
D | DscClassObject.py | 925 def ParseInclude(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument 926 ….debug(EdkLogger.DEBUG_2, "!include statement '%s' found in section %s" % (LineValue, SectionName)) 927 SectionModel = Section[SectionName.upper()] 939 def ParseDefine(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument 940 …er.debug(EdkLogger.DEBUG_2, "DEFINE statement '%s' found in section %s" % (LineValue, SectionName)) 941 SectionModel = Section[SectionName.upper()] 952 …def ParseDefinesSection(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, A… argument 953 … EdkLogger.debug(EdkLogger.DEBUG_2, "Parse '%s' found in section %s" % (LineValue, SectionName)) 956 RaiseParserError(LineValue, SectionName, Filename, '', StartLine)
|
D | MigrationUtilities.py | 385 def GetSection(SectionName, Method, ObjectList): argument 405 Section += "[%s.%s]\n%s\n" % (SectionName, Arch, SectionArch)
|
D | FdfParserLite.py | 2977 SectionName = self.__Token 2979 if SectionName not in ("COMPAT16", "PE32", "PIC", "TE", "FV_IMAGE", "RAW", "DXE_DEPEX",\ 2981 …raise Warning("Unknown leaf section name '%s'" % SectionName, self.FileName, self.CurrentLineNumbe… 2993 … if self.__Token == 'Auto' and (not SectionName == 'PE32') and (not SectionName == 'TE'): 3001 Rule.SectionType = SectionName 3027 SectionName = self.__Token 3029 if SectionName not in ("COMPAT16", "PE32", "PIC", "TE", "FV_IMAGE", "RAW", "DXE_DEPEX",\ 3034 if SectionName == "FV_IMAGE": 3084 EfiSectionObj.SectionType = SectionName 3134 if self.__Token == 'Auto' and (not SectionName == 'PE32') and (not SectionName == 'TE'):
|
D | Parsing.py | 795 def ParseDefine(LineValue, StartLine, Table, FileID, Filename, SectionName, SectionModel, Arch): argument 796 …er.debug(EdkLogger.DEBUG_2, "DEFINE statement '%s' found in section %s" % (LineValue, SectionName))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/ |
D | Bis.h | 196 IN EFI_BIS_DATA * SectionName, // Name of credential section to use.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Bis.h | 396 IN EFI_BIS_DATA *SectionName,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | DecParser.py | 1029 SectionName = ItemList[0] 1030 if SectionName not in self._SectionParser: 1031 self._LoggerError(ST.ERR_DECPARSE_SECTION_UNKNOW % SectionName) 1032 if SectionName not in SectionNames: 1033 SectionNames.append(SectionName) 1054 if [SectionName, Str1] not in self._RawData.CurrentScope: 1055 self._RawData.CurrentScope.append([SectionName, Str1])
|
D | InfParser.py | 678 def _ConvertSecNameToType(SectionName): argument 680 if SectionName.upper() not in gINF_SECTION_DEF.keys(): 683 SectionType = gINF_SECTION_DEF[SectionName.upper()]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
D | VolInfo.c | 1642 CHAR8 *SectionName; in ParseSection() local 1696 SectionName = SectionNameToStr (Type); in ParseSection() 1697 if (SectionName != NULL) { in ParseSection() 1699 printf (" Type: %s\n Size: 0x%08X\n", SectionName, (unsigned) SectionLength); in ParseSection() 1700 free (SectionName); in ParseSection()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FdfParser.py | 3794 SectionName = self.__Token 3796 if SectionName not in ("COMPAT16", "PE32", "PIC", "TE", "FV_IMAGE", "RAW", "DXE_DEPEX",\ 3798 …raise Warning("Unknown leaf section name '%s'" % SectionName, self.FileName, self.CurrentLineNumbe… 3811 … if self.__Token == 'Auto' and (not SectionName == 'PE32') and (not SectionName == 'TE'): 3822 Rule.SectionType = SectionName 3850 SectionName = self.__Token 3852 if SectionName not in ("COMPAT16", "PE32", "PIC", "TE", "FV_IMAGE", "RAW", "DXE_DEPEX",\ 3857 if SectionName == "FV_IMAGE": 3907 EfiSectionObj.SectionType = SectionName 3957 if self.__Token == 'Auto' and (not SectionName == 'PE32') and (not SectionName == 'TE'):
|