Searched defs:SectionName (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
H A DParseConfigProfile.c46 CHAR8 *SectionName; local
93 &SectionName
95 if (EFI_ERROR(Status) || (SectionName == NULL)) {
111 SectionName,
128 SectionName,
144 SectionName,
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DParseConfigProfile.c46 CHAR8 *SectionName; local
94 &SectionName
96 if (EFI_ERROR(Status) || (SectionName == NULL)) {
113 SectionName,
129 SectionName,
145 SectionName,
161 SectionName,
178 SectionName,
194 SectionName,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c379 // SectionName, add a trailing '\0'
476 @param SectionName Section name.
487 IN UINT8 *SectionName,
495 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrSection, (CONST CHAR8 *) SectionName) == 0) {
943 CHAR8 *SectionName; local
1017 SectionName = Value;
1025 (UINT8 *) SectionName,
1048 (UINT8 *) SectionName,
1066 (UINT8 *) SectionName,
1090 (UINT8 *) SectionName,
485 UpdateGetProfileString( IN SECTION_ITEM *Section, IN UINT8 *SectionName, IN UINT8 *EntryName, OUT UINT8 **EntryValue ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
H A DGenSec.c1012 CHAR8 *SectionName; local
1035 SectionName = NULL;
1079 SectionName = argv[1];
1080 if (SectionName == NULL) {
1293 VerboseMsg ("Section type is %s", SectionName);
1294 if (SectionName == NULL) {
1299 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_COMPRESSION]) == 0) {
1315 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_GUID_DEFINED]) == 0) {
1345 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_PE32]) == 0) {
1347 } else if (stricmp (SectionName, mSectionTypeNam
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellManParser.c236 CHAR16 *SectionName; local
293 SectionName = TempString;
294 SectionLen = StrLen(SectionName);
295 SectionName = StrStr(Sections, SectionName);
296 if (SectionName == NULL) {
300 if (*(SectionName + SectionLen) == CHAR_NULL || *(SectionName + SectionLen) == L',') {
371 CHAR16 *SectionName; local
427 for ( SectionName
[all...]
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
H A DIniParsingLib.c6 [SectionName]
11 1) SectionName is an ASCII string. The valid format is [A-Za-z0-9_]+
707 // SectionName, add a trailing '\0'
826 @param[in] SectionName Section name.
837 IN CHAR8 *SectionName,
845 if (AsciiStrCmp ((CONST CHAR8 *) Section->PtrSection, (CONST CHAR8 *) SectionName) == 0) {
1189 @param[in] SectionName Section name.
1200 IN CHAR8 *SectionName,
1208 if (Context == NULL || SectionName == NULL || EntryName == NULL || EntryValue == NULL) {
1217 SectionName,
835 UpdateGetProfileString( IN SECTION_ITEM *Section, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT CHAR8 **EntryValue ) argument
1198 GetStringFromDataFile( IN VOID *Context, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT CHAR8 **EntryValue ) argument
1237 GetGuidFromDataFile( IN VOID *Context, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT EFI_GUID *Guid ) argument
1284 GetDecimalUintnFromDataFile( IN VOID *Context, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT UINTN *Data ) argument
1328 GetHexUintnFromDataFile( IN VOID *Context, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT UINTN *Data ) argument
1372 GetHexUint64FromDataFile( IN VOID *Context, IN CHAR8 *SectionName, IN CHAR8 *EntryName, OUT UINT64 *Data ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
H A DVolInfo.c1642 CHAR8 *SectionName; local
1696 SectionName = SectionNameToStr (Type);
1697 if (SectionName != NULL) {
1699 printf (" Type: %s\n Size: 0x%08X\n", SectionName, (unsigned) SectionLength);
1700 free (SectionName);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
H A DProcessDsc.c332 INT8 *SectionName
356 INT8 *SectionName,
372 INT8 *SectionName
387 INT8 *SectionName
402 INT8 *SectionName
422 INT8 *SectionName
505 INT8 *SectionName
1716 INT8 *SectionName
1724 TempSect = DSCFileFindSection (ComponentFile, SectionName);
1943 INT8 *SectionName
2204 ProcessSourceFilesSection( DSC_FILE *DSCFile, DSC_FILE *ComponentFile, FILE *MakeFptr, INT8 *SectionName, UINT32 Mode ) argument
[all...]

Completed in 512 milliseconds