/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/ |
D | SectionExtractionPei.c | 81 OUT VOID **OutputBuffer, 152 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument 197 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract() 198 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract() 201 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract() 206 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract() 211 OutputBuffer, in CustomGuidedSectionExtract()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/ |
D | SectionExtractionDxe.c | 111 OUT VOID **OutputBuffer, 216 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument 268 *OutputBuffer = AllocatedOutputBuffer; in CustomGuidedSectionExtract() 276 OutputBuffer, in CustomGuidedSectionExtract() 294 if (*OutputBuffer != AllocatedOutputBuffer) { in CustomGuidedSectionExtract() 299 CopyMem (AllocatedOutputBuffer, *OutputBuffer, OutputBufferSize); in CustomGuidedSectionExtract() 300 *OutputBuffer = AllocatedOutputBuffer; in CustomGuidedSectionExtract()
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/ |
D | DxeIpl.c | 165 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument 210 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract() 211 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract() 214 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract() 219 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract() 224 OutputBuffer, in CustomGuidedSectionExtract() 268 OUT VOID **OutputBuffer, in Decompress() argument 386 *OutputBuffer = DstBuffer; in Decompress()
|
D | DxeIpl.h | 158 OUT VOID **OutputBuffer, 188 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
D | GuidedSectionExtraction.c | 136 OUT VOID **OutputBuffer, in LzmaGuidedSectionExtraction() argument 141 ASSERT (OutputBuffer != NULL); in LzmaGuidedSectionExtraction() 159 *OutputBuffer, in LzmaGuidedSectionExtraction() 177 *OutputBuffer, in LzmaGuidedSectionExtraction()
|
D | F86GuidedSectionExtraction.c | 138 OUT VOID **OutputBuffer, in LzmaArchGuidedSectionExtraction() argument 151 ASSERT (OutputBuffer != NULL); in LzmaArchGuidedSectionExtraction() 176 *OutputBuffer, in LzmaArchGuidedSectionExtraction() 193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0); in LzmaArchGuidedSectionExtraction()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
D | GuidedSectionExtraction.c | 136 OUT VOID **OutputBuffer, in LzmaGuidedSectionExtraction() argument 141 ASSERT (OutputBuffer != NULL); in LzmaGuidedSectionExtraction() 159 *OutputBuffer, in LzmaGuidedSectionExtraction() 177 *OutputBuffer, in LzmaGuidedSectionExtraction()
|
D | F86GuidedSectionExtraction.c | 138 OUT VOID **OutputBuffer, in LzmaArchGuidedSectionExtraction() argument 151 ASSERT (OutputBuffer != NULL); in LzmaArchGuidedSectionExtraction() 176 *OutputBuffer, in LzmaArchGuidedSectionExtraction() 193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0); in LzmaArchGuidedSectionExtraction()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/ |
D | DxeCrc32GuidedSectionExtractLib.c | 120 OUT VOID **OutputBuffer, in Crc32GuidedSectionHandler() argument 145 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOf… in Crc32GuidedSectionHandler() 167 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOff… in Crc32GuidedSectionHandler() 195 Status = gBS->CalculateCrc32 (*OutputBuffer, OutputBufferSize, &Crc32Checksum); in Crc32GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/ |
D | PeiRsa2048Sha256GuidedSectionExtractLib.c | 129 OUT VOID **OutputBuffer, in Rsa2048Sha256GuidedSectionHandler() argument 164 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER), OutputB… in Rsa2048Sha256GuidedSectionHandler() 167 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER); in Rsa2048Sha256GuidedSectionHandler() 192 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER), OutputBu… in Rsa2048Sha256GuidedSectionHandler() 195 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER); in Rsa2048Sha256GuidedSectionHandler() 315 CryptoStatus = Sha256Update (HashContext, *OutputBuffer, OutputBufferSize); in Rsa2048Sha256GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeLoad.c | 551 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument 596 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract() 597 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract() 600 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract() 605 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract() 610 OutputBuffer, in CustomGuidedSectionExtract() 654 OUT VOID **OutputBuffer, in Decompress() argument 781 *OutputBuffer = DstBuffer; in Decompress()
|
D | DxeIpl.h | 208 OUT VOID **OutputBuffer, 239 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/ |
D | DxeRsa2048Sha256GuidedSectionExtractLib.c | 131 OUT VOID **OutputBuffer, in Rsa2048Sha256GuidedSectionHandler() argument 167 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER), OutputB… in Rsa2048Sha256GuidedSectionHandler() 170 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER); in Rsa2048Sha256GuidedSectionHandler() 195 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER), OutputBu… in Rsa2048Sha256GuidedSectionHandler() 198 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER); in Rsa2048Sha256GuidedSectionHandler() 331 CryptoStatus = Sha256Update (HashContext, *OutputBuffer, OutputBufferSize); in Rsa2048Sha256GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/ |
D | PeiCrc32GuidedSectionExtractLib.c | 201 OUT VOID **OutputBuffer, in Crc32GuidedSectionHandler() argument 225 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOf… in Crc32GuidedSectionHandler() 247 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOff… in Crc32GuidedSectionHandler() 265 …Status = PeiCrc32GuidedSectionExtractLibCalculateCrc32 (*OutputBuffer, OutputBufferSize, &Crc32Che… in Crc32GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | ExtractGuidedSectionLib.h | 105 OUT VOID **OutputBuffer, 244 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/ |
D | GenSection.c | 418 UINT8 *OutputBuffer; in GenSectionCompressionSection() local 430 OutputBuffer = NULL; in GenSectionCompressionSection() 493 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection() 495 OutputBuffer = malloc (CompressedLength); in GenSectionCompressionSection() 496 if (!OutputBuffer) { in GenSectionCompressionSection() 501 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection() 505 FileBuffer = OutputBuffer; in GenSectionCompressionSection() 522 if (OutputBuffer != NULL) { in GenSectionCompressionSection() 523 free (OutputBuffer); in GenSectionCompressionSection()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/ |
D | PrePiExtractGuidedSectionLib.c | 168 OUT VOID **OutputBuffer, in ExtractGuidedSectionDecode() argument 180 ASSERT (OutputBuffer != NULL); in ExtractGuidedSectionDecode() 206 OutputBuffer, in ExtractGuidedSectionDecode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/ |
D | DxeExtractGuidedSectionLib.c | 349 OUT VOID **OutputBuffer, in ExtractGuidedSectionDecode() argument 361 ASSERT (OutputBuffer != NULL); in ExtractGuidedSectionDecode() 380 OutputBuffer, in ExtractGuidedSectionDecode()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/ |
D | Platform.c | 502 VOID *OutputBuffer; in CreateResolutionOptions() local 505 OutputBuffer = HiiAllocateOpCodeHandle (); in CreateResolutionOptions() 506 if (OutputBuffer == NULL) { in CreateResolutionOptions() 523 OpCode = HiiCreateOneOfOptionOpCode (OutputBuffer, NewString, in CreateResolutionOptions() 531 *OpCodeBuffer = OutputBuffer; in CreateResolutionOptions() 535 HiiFreeOpCodeHandle (OutputBuffer); in CreateResolutionOptions()
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
D | SecMain.c | 334 VOID *OutputBuffer; in DecompressMemFvs() local 366 OutputBuffer = (VOID*) ((UINT8*)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase) + SIZE_1MB); in DecompressMemFvs() 367 ScratchBuffer = ALIGN_POINTER ((UINT8*) OutputBuffer + OutputBufferSize, SIZE_1MB); in DecompressMemFvs() 370 "PcdOvmfDecompressionScratchEnd=0x%x\n", __FUNCTION__, OutputBuffer, in DecompressMemFvs() 378 &OutputBuffer, in DecompressMemFvs() 388 OutputBuffer, in DecompressMemFvs() 413 OutputBuffer, in DecompressMemFvs()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
D | Decompress.h | 56 OUT VOID **OutputBuffer,
|
D | GuidedSectionExtraction.h | 85 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/GuidedSectionExtraction/ |
D | GuidedSectionExtraction.h | 33 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | GuidedSectionExtraction.h | 123 OUT VOID **OutputBuffer,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Decompress/ |
D | Decompress.h | 37 OUT VOID **OutputBuffer,
|