Searched refs:InBuffer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c42 VOID *InBuffer; local
55 InBuffer = NULL;
117 InBuffer = AllocateZeroPool((UINTN)InSize);
118 ASSERT(InBuffer != NULL);
120 Status = gEfiShellProtocol->ReadFile(InShellFileHandle, &InSize2, InBuffer);
123 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
127 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
153 SHELL_FREE_NON_NULL(InBuffer);
H A DEfiDecompress.c42 VOID *InBuffer; local
57 InBuffer = NULL;
125 InBuffer = AllocateZeroPool(InSize);
126 ASSERT(InBuffer != NULL);
127 Status = gEfiShellProtocol->ReadFile(InFileHandle, &InSize, InBuffer);
133 Status = Decompress->GetInfo(Decompress, InBuffer, (UINT32)InSize, &OutSize, &ScratchSize);
141 Status = Decompress->Decompress(Decompress, InBuffer, (UINT32)InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
170 SHELL_FREE_NON_NULL(InBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFfs.c58 @param InBuffer The buffer to be checked
68 IN VOID *InBuffer,
82 Buffer = InBuffer;
66 IsBufferErased( IN UINT8 ErasePolarity, IN VOID *InBuffer, IN UINTN BufferSize ) argument
H A DFwVolDriver.h323 @param InBuffer The buffer to be checked
333 IN VOID *InBuffer,
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp7212 _In_opt_ PVOID InBuffer,

Completed in 69 milliseconds