Searched refs:InSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c40 UINT64 InSize; local
115 Status = gEfiShellProtocol->GetFileSize(InShellFileHandle, &InSize);
117 InBuffer = AllocateZeroPool((UINTN)InSize);
119 InSize2 = (UINTN)InSize;
121 InSize = InSize2;
123 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
127 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
H A DEfiDecompress.c41 UINTN InSize; local
123 InSize = (UINTN)Temp64Bit;
125 InBuffer = AllocateZeroPool(InSize);
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);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h338 ULONG InSize; member in struct:_SERIAL_QUEUE_SIZE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h338 ULONG InSize; member in struct:_SERIAL_QUEUE_SIZE

Completed in 73 milliseconds