Home
last modified time | relevance | path

Searched refs:SectionDataSize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
DPlatformHelperPei.c56 OUT UINTN *SectionDataSize in PlatformFindFvFileRawDataSection() argument
67 if (FileNameGuid == NULL || SectionData == NULL || SectionDataSize == NULL) { in PlatformFindFvFileRawDataSection()
71 *SectionDataSize = 0; in PlatformFindFvFileRawDataSection()
91 *SectionDataSize = SECTION2_SIZE(FileInfo.Buffer) - sizeof(EFI_COMMON_SECTION_HEADER2); in PlatformFindFvFileRawDataSection()
93 *SectionDataSize = SECTION_SIZE(FileInfo.Buffer) - sizeof(EFI_COMMON_SECTION_HEADER); in PlatformFindFvFileRawDataSection()
DPlatformHelperDxe.c98 OUT UINTN *SectionDataSize in PlatformFindFvFileRawDataSection() argument
101 if (FileNameGuid == NULL || SectionData == NULL || SectionDataSize == NULL) { in PlatformFindFvFileRawDataSection()
108 return GetSectionFromAnyFv (FileNameGuid, EFI_SECTION_RAW, 0, SectionData, SectionDataSize); in PlatformFindFvFileRawDataSection()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Library/
DPlatformHelperLib.h45 OUT UINTN *SectionDataSize