/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | Decompress.h | 32 OUT UINT32 *ScratchSize 45 ScratchSize - The size of scratch buffer. 61 IN UINT32 ScratchSize 76 ScratchSize - The size of scratch buffer. 90 OUT UINT32 *ScratchSize 103 ScratchSize - The size of scratch buffer. 119 IN UINT32 ScratchSize 134 ScratchSize - The size of scratch buffer. 149 OUT UINT32 *ScratchSize 160 IN UINT32 ScratchSize [all...] |
H A D | Decompress.c | 668 OUT UINT32 *ScratchSize 681 ScratchSize - The size of scratch buffer. 692 *ScratchSize = sizeof (SCRATCH_DATA); 710 IN UINT32 ScratchSize 725 ScratchSize - The size of scratch buffer. 746 if (ScratchSize < sizeof (SCRATCH_DATA)) { 803 OUT UINT32 *ScratchSize 816 ScratchSize - The size of scratch buffer. 825 return GetInfo (Source, SrcSize, DstSize, ScratchSize); 833 OUT UINT32 *ScratchSize 938 UINT32 ScratchSize; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Decompress.h | 33 returned in ScratchSize, and EFI_SUCCESS is returned. 38 output it as DestinationSize. And ScratchSize is specific to the decompression 47 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 52 and the size of the scratch buffer was returned in ScratchSize. 65 OUT UINT32 *ScratchSize 91 @param ScratchSize The size of scratch buffer. The size of scratch buffer needed 109 IN UINT32 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | UefiDecompressLib.h | 34 in ScratchSize, and RETURN_SUCCESS is returned. 38 And ScratchSize is specific to the decompression implementation. 42 If ScratchSize is NULL, then ASSERT(). 49 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 55 buffer was returned in ScratchSize. 68 OUT UINT32 *ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
H A D | LzmaDecompressLibInternal.h | 33 the size of the scratch buffer is returned in ScratchSize, and RETURN_SUCCESS is returned. 37 And ScratchSize is specific to the decompression implementation. 46 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 52 buffer was returned in ScratchSize. 61 OUT UINT32 *ScratchSize
|
H A D | LzmaDecompress.c | 115 the size of the scratch buffer is returned in ScratchSize, and RETURN_SUCCESS is returned. 119 And ScratchSize is specific to the decompression implementation. 128 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 134 buffer was returned in ScratchSize. 143 OUT UINT32 *ScratchSize 153 *ScratchSize = SCRATCH_BUFFER_REQUEST_SIZE;
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | EfiDecompress.c | 46 UINT32 ScratchSize; local 133 Status = Decompress->GetInfo(Decompress, InBuffer, (UINT32)InSize, &OutSize, &ScratchSize); 137 ScratchBuffer = AllocateZeroPool(ScratchSize); 141 Status = Decompress->Decompress(Decompress, InBuffer, (UINT32)InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
|
H A D | LoadPciRom.c | 218 UINT32 ScratchSize; local 296 &ScratchSize 301 Scratch = AllocateZeroPool (ScratchSize); 310 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/ |
H A D | DxeMain.c | 756 the scratch buffer is returned in ScratchSize, and EFI_SUCCESS is returned. 760 it as DestinationSize. And ScratchSize is specific to the decompression 770 @param ScratchSize A pointer to the size, in bytes, of the scratch 777 was returned in ScratchSize. 791 OUT UINT32 *ScratchSize 794 if (Source == NULL || DestinationSize == NULL || ScratchSize == NULL) { 797 return UefiDecompressGetInfo (Source, SourceSize, DestinationSize, ScratchSize); 825 @param ScratchSize The size of scratch buffer. The size of the 844 IN UINT32 ScratchSize 860 if (ScratchSize < TestScratchSiz [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciOptionRomSupport.c | 53 UINT32 ScratchSize; local 124 &ScratchSize 136 Scratch = AllocatePool (ScratchSize); 148 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/ |
H A D | BaseUefiDecompressLib.c | 648 in ScratchSize, and RETURN_SUCCESS is returned. 652 And ScratchSize is specific to the decompression implementation. 656 If ScratchSize is NULL, then ASSERT(). 663 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 669 buffer was returned in ScratchSize. 682 OUT UINT32 *ScratchSize 689 ASSERT (ScratchSize != NULL); 700 *ScratchSize = sizeof (SCRATCH_DATA);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/ |
H A D | CoreSectionExtraction.c | 633 UINT32 ScratchSize; local 729 &ScratchSize 740 ScratchBuffer = AllocatePool (ScratchSize); 754 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
H A D | BaseUefiTianoCustomDecompressLib.c | 642 in ScratchSize, and RETURN_SUCCESS is returned. 646 And ScratchSize is specific to the decompression implementation. 650 If ScratchSize is NULL, then ASSERT(). 657 @param ScratchSize A pointer to the size, in bytes, of the scratch buffer that 663 buffer was returned in ScratchSize. 676 OUT UINT32 *ScratchSize 683 ASSERT (ScratchSize != NULL); 694 *ScratchSize = sizeof (SCRATCH_DATA); 862 the size of an optional scratch buffer is returned in ScratchSize, and the Attributes field
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/ |
H A D | Variable.c | 1382 UINTN ScratchSize; local 1443 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 1444 ScratchDataSize = ScratchSize - sizeof (VARIABLE_HEADER) - StrSize (VariableName) - GET_PAD_SIZE (StrSize (VariableName)); 1629 SetMem (NextVariable, ScratchSize, 0xff); 2573 UINTN ScratchSize; local 2611 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 2612 VolatileVariableStore = AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize) + ScratchSize); 2618 SetMem (VolatileVariableStore, PcdGet32 (PcdVariableStoreSize) + ScratchSize, 0xff);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
H A D | SectionExtraction.c | 682 UINT32 ScratchSize; local 778 &ScratchSize 789 ScratchBuffer = AllocatePool (ScratchSize); 803 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/ |
H A D | BdsPlatform.c | 1694 UINT32 ScratchSize; local 1774 &ScratchSize 1780 Scratch = AllocatePool (ScratchSize); 1789 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/ |
H A D | VolInfo.c | 1239 UINT32 ScratchSize; local 1339 Status = GetInfoFunction (CompressedBuffer, CompressedLength, &DstSize, &ScratchSize); 1350 ScratchBuffer = malloc (ScratchSize); 1361 ScratchSize
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
H A D | Variable.c | 1372 UINTN ScratchSize; local 1530 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 1532 SetMem (NextVariable, ScratchSize, 0xff); 2411 UINTN ScratchSize; local 2449 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 2450 VolatileVariableStore = AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize) + ScratchSize); 2456 SetMem (VolatileVariableStore, PcdGet32 (PcdVariableStoreSize) + ScratchSize, 0xff);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
H A D | Variable.c | 1880 UINTN ScratchSize; local 2011 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 2014 SetMem (NextVariableHeader, ScratchSize, 0xff); 3031 UINTN ScratchSize; local 3061 ScratchSize = MAX (PcdGet32 (PcdMaxVariableSize), PcdGet32 (PcdMaxHardwareErrorVariableSize)); 3062 VolatileVariableStore = AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize) + ScratchSize); 3068 SetMem (VolatileVariableStore, PcdGet32 (PcdVariableStoreSize) + ScratchSize, 0xff);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/ |
H A D | DxeMain.h | 2154 the scratch buffer is returned in ScratchSize, and EFI_SUCCESS is returned. 2158 it as DestinationSize. And ScratchSize is specific to the decompression 2168 @param ScratchSize A pointer to the size, in bytes, of the scratch 2175 was returned in ScratchSize. 2189 OUT UINT32 *ScratchSize 2217 @param ScratchSize The size of scratch buffer. The size of the 2236 IN UINT32 ScratchSize
|