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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c112 @param SectionStream Buffer containing the new section stream.
127 IN VOID *SectionStream,
162 @retval EFI_NOT_FOUND An error was encountered when parsing the SectionStream.
163 This indicates the SectionStream is not correctly
260 @param SectionStream The section stream to be checked
268 IN VOID *SectionStream,
278 SectionHeader = (EFI_COMMON_SECTION_HEADER *)SectionStream;
313 @param SectionStream Buffer containing the new section stream.
327 IN VOID *SectionStream,
358 CopyMem (NewStream->StreamBuffer, SectionStream, SectionStreamLengt
267 IsValidSectionStream( IN VOID *SectionStream, IN UINTN SectionStreamLength ) argument
325 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
413 OpenSectionStream( IN EFI_SECTION_EXTRACTION_PROTOCOL *This, IN UINTN SectionStreamLength, IN VOID *SectionStream, OUT UINTN *SectionStreamHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c251 @param SectionStream The section stream to be checked
259 IN VOID *SectionStream,
269 SectionHeader = (EFI_COMMON_SECTION_HEADER *)SectionStream;
305 @param SectionStream Buffer containing the new section stream.
337 IN VOID *SectionStream,
368 CopyMem (NewStream->StreamBuffer, SectionStream, SectionStreamLength);
381 NewStream->StreamBuffer = SectionStream;
411 @param SectionStream Buffer containing the new section stream.
425 IN VOID *SectionStream,
432 if (!IsValidSectionStream (SectionStream, SectionStreamLengt
258 IsValidSectionStream( IN VOID *SectionStream, IN UINTN SectionStreamLength ) argument
335 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
423 OpenSectionStream( IN UINTN SectionStreamLength, IN VOID *SectionStream, OUT UINTN *SectionStreamHandle ) argument
[all...]

Completed in 3721 milliseconds