Home
last modified time | relevance | path

Searched refs:Sections (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DDscFile.c351 if (DSC->Sections == NULL) { in DSCParseInclude()
352 DSC->Sections = NewSect; in DSCParseInclude()
404 CurrSect = DSC->Sections; in DSCParseInclude()
450 while (DSC->Sections != NULL) { in DSCFileFree()
451 NextSection = DSC->Sections->Next; in DSCFileFree()
452 if (DSC->Sections->Name != NULL) { in DSCFileFree()
453 free (DSC->Sections->Name); in DSCFileFree()
456 free (DSC->Sections); in DSCFileFree()
457 DSC->Sections = NextSection; in DSCFileFree()
486 Sect = DSC->Sections; in DSCFileFindSection()
DDscFile.h57 SECTION *Sections; member
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.h52 IN CONST CHAR16 *Sections OPTIONAL,
79 IN CONST CHAR16 *Sections,
DShellManParser.c149 IN CONST CHAR16 *Sections, in ManBufferFindSections() argument
194 if (Sections == NULL) { in ManBufferFindSections()
216 SectionName = StrStr(Sections, SectionName); in ManBufferFindSections()
283 IN CONST CHAR16 *Sections, in ManFileFindSections() argument
336 if (Sections == NULL) { in ManFileFindSections()
353 SectionName = StrStr(Sections, SectionName); in ManFileFindSections()
716 IN CONST CHAR16 *Sections OPTIONAL, in ProcessManFile()
750 Status = ManBufferFindSections(TempString2, Sections, HelpText, &HelpSize); in ProcessManFile()
773 Status = ManFileFindSections(FileHandle, Sections, HelpText, &HelpSize, Ascii); in ProcessManFile()
DShellProtocol.h775 IN CONST CHAR16 *Sections OPTIONAL,
DShellProtocol.c3070 IN CONST CHAR16 *Sections OPTIONAL, in EfiShellGetHelpText()
3084 return (ProcessManFile(ManFileName, Command, Sections, NULL, HelpText)); in EfiShellGetHelpText()
3100 Status = ProcessManFile(FixCommand, FixCommand, Sections, NULL, HelpText); in EfiShellGetHelpText()
3104 return (ProcessManFile(Command, Command, Sections, NULL, HelpText)); in EfiShellGetHelpText()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py250 if len(FfsPeiPriori.Sections) == 1:
251 Section = FfsPeiPriori.Sections.popitem()[1]
272 if len(FfsDxePriori.Sections) == 1:
273 Section = FfsDxePriori.Sections.popitem()[1]
354 for Section in Ffs.Sections.values():
362 for CompressSection in CompressSections.Sections:
369 for NewSection in NewSections.Sections:
418 for Section in Ffs.Sections.values():
425 for CompressSection in CompressSections.Sections:
431 for NewSection in NewSections.Sections:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPlatformClass.py227 self.Sections = []
244 self.Sections = []
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c148 IN VOID *Sections, in FindFfsSectionInstance() argument
164 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) Sections; in FindFfsSectionInstance()
219 IN VOID *Sections, in FindFfsSectionInSections() argument
226 Sections, in FindFfsSectionInSections()
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShell.h598 IN CONST CHAR16 *Sections OPTIONAL,
/device/google/dragon/DragonKeyboard/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/huawei/angler/dumpstate/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/lge/bullhead/liblight/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/google/dragon/dumpstate/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/google/marlin/liblight/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/lge/bullhead/dumpstate/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/asus/fugu/dumpstate/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/google/contexthub/util/
DNOTICE22 and distribution as defined by Sections 1 through 9 of this document.
/device/generic/goldfish/audio/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/device/asus/fugu/self-extractors/google/
DLICENSE187 Agreement shall terminate. Sections 3, 4, 5, 6 and 8 shall survive
/device/google/contexthub/firmware/
DNOTICE22 and distribution as defined by Sections 1 through 9 of this document.
/device/asus/fugu/self-extractors/broadcom/
DLICENSE187 Agreement shall terminate. Sections 3, 4, 5, 6 and 8 shall survive
/device/asus/fugu/self-extractors/intel/
DLICENSE202 shall terminate. Sections 3, 4, 5, 6 and 8 shall survive the
/device/huawei/angler/self-extractors/huawei/
DLICENSE226 Agreement shall terminate. Sections 3, 4, 5, 6 and 8 shall survive
/device/huawei/angler/self-extractors/qcom/
DLICENSE226 Agreement shall terminate. Sections 3, 4, 5, 6 and 8 shall survive

12