Searched defs:OutputSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c366 size is specified by the contents of OutputSize.
367 @param OutputSize A pointer to a caller-allocated
371 the value of OutputSize is undefined.
407 OUT UINTN *OutputSize,
477 *OutputSize = (UINTN) OutputBufferSize;
496 @param OutputSize Holds the returned size of the decompress
501 OutputSize contains the resulting size.
510 OUT UINTN *OutputSize
635 *OutputSize = DstBufferSize;
403 CustomGuidedSectionExtract( IN CONST EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI *This, IN CONST VOID *InputSection, OUT VOID **OutputBuffer, OUT UINTN *OutputSize, OUT UINT32 *AuthenticationStatus ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c136 @param OutputSize A pointer to a caller-allocated UINTN in
140 of OutputSize is undefined.
187 OUT UINTN *OutputSize,
1388 @param OutputSize A pointer to a caller-allocated UINTN in
1392 of OutputSize is undefined.
1439 OUT UINTN *OutputSize,
1528 *OutputSize = (UINTN) OutputBufferSize;
1435 CustomGuidedSectionExtract( IN CONST EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *This, IN CONST VOID *InputSection, OUT VOID **OutputBuffer, OUT UINTN *OutputSize, OUT UINT32 *AuthenticationStatus ) argument

Completed in 89 milliseconds