Searched defs:InputSection (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DGuidedSectionExtraction.c23 Examines a GUIDed section specified by InputSection.
24 If GUID for InputSection does not match the GUID that this handler supports,
26 If the required information can not be retrieved from InputSection,
28 If the GUID of InputSection does match the GUID that this handler supports,
31 from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute.
33 If InputSection is NULL, then ASSERT().
39 @param[in] InputSection A pointer to a GUIDed section of an FFS formatted file.
41 if the buffer specified by InputSection were decoded.
43 if the buffer specified by InputSection were decoded.
47 @retval RETURN_SUCCESS The information about InputSection wa
54 LzmaGuidedSectionGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
134 LzmaGuidedSectionExtraction( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, OUT VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
H A DDxeCrc32GuidedSectionExtractLib.c45 @param InputSection Buffer containing the input GUIDed section to be processed.
52 @retval EFI_INVALID_PARAMETER The GUID in InputSection does not match this instance guid.
58 IN CONST VOID *InputSection,
64 if (IS_SECTION2 (InputSection)) {
70 &(((EFI_GUID_DEFINED_SECTION2 *) InputSection)->SectionDefinitionGuid))) {
76 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes;
78 *OutputBufferSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset;
85 &(((EFI_GUID_DEFINED_SECTION *) InputSection)->SectionDefinitionGuid))) {
91 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION *) InputSection)
57 Crc32GuidedSectionGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
118 Crc32GuidedSectionHandler( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.c230 Examines a GUIDed section specified by InputSection.
231 If GUID for InputSection does not match any of the GUIDs registered through ExtractGuidedSectionRegisterHandlers(),
233 If the GUID of InputSection does match the GUID that this handler supports, then the the associated handler
238 If InputSection is NULL, then ASSERT().
243 @param[in] InputSection A pointer to a GUIDed section of an FFS formatted file.
245 specified by InputSection were decoded.
247 InputSection were decoded.
252 @retval RETURN_UNSUPPORTED The GUID from the section specified by InputSection does not match any of
255 the section specified by InputSection.
261 IN CONST VOID *InputSection,
260 ExtractGuidedSectionGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
355 ExtractGuidedSectionDecode( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c224 Examines a GUIDed section specified by InputSection.
225 If GUID for InputSection does not match any of the GUIDs registered through ExtractGuidedSectionRegisterHandlers(),
227 If the GUID of InputSection does match the GUID that this handler supports, then the the associated handler
232 If InputSection is NULL, then ASSERT().
237 @param[in] InputSection A pointer to a GUIDed section of an FFS formatted file.
239 specified by InputSection were decoded.
241 InputSection were decoded.
246 @retval RETURN_UNSUPPORTED The GUID from the section specified by InputSection does not match any of
249 the section specified by InputSection.
255 IN CONST VOID *InputSection,
254 ExtractGuidedSectionGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
335 ExtractGuidedSectionDecode( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiExtractGuidedSectionLib/
H A DPeiExtractGuidedSectionLib.c255 Examines a GUIDed section specified by InputSection.
256 If GUID for InputSection does not match any of the GUIDs registered through ExtractGuidedSectionRegisterHandlers(),
258 If the GUID of InputSection does match the GUID that this handler supports, then the the associated handler
263 If InputSection is NULL, then ASSERT().
268 @param[in] InputSection A pointer to a GUIDed section of an FFS formatted file.
270 specified by InputSection were decoded.
272 InputSection were decoded.
277 @retval RETURN_UNSUPPORTED The GUID from the section specified by InputSection does not match any of
280 the section specified by InputSection.
286 IN CONST VOID *InputSection,
285 ExtractGuidedSectionGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
380 ExtractGuidedSectionDecode( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c855 Examines a GUIDed section specified by InputSection.
856 If GUID for InputSection does not match the GUID that this handler supports,
858 If the required information can not be retrieved from InputSection,
860 If the GUID of InputSection does match the GUID that this handler supports,
863 from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute.
865 If InputSection is NULL, then ASSERT().
871 @param[in] InputSection A pointer to a GUIDed section of an FFS formatted file.
873 if the buffer specified by InputSection were decoded.
875 if the buffer specified by InputSection were decoded.
879 @retval RETURN_SUCCESS The information about InputSection wa
886 TianoDecompressGetInfo( IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute ) argument
978 TianoDecompress( IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer, OPTIONAL OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c363 @param InputSection A pointer to the input buffer, which contains
389 @retval EFI_SUCCESS The InputSection was
396 @retval EFI_INVALID_PARAMETER The GUID in InputSection does
405 IN CONST VOID *InputSection,
426 InputSection,
464 InputSection,
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.c127 @param InputSection Buffer containing the input GUIDed section
167 @retval EFI_SUCCESS The InputSection was successfully
175 @retval EFI_INVALID_PARAMETER The GUID in InputSection does
185 IN CONST VOID *InputSection,
1379 @param InputSection Buffer containing the input GUIDed section
1419 @retval EFI_SUCCESS The InputSection was successfully
1427 @retval EFI_INVALID_PARAMETER The GUID in InputSection does
1437 IN CONST VOID *InputSection,
1460 InputSection,
1497 InputSection,
1435 CustomGuidedSectionExtract( IN CONST EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *This, IN CONST VOID *InputSection, OUT VOID **OutputBuffer, OUT UINTN *OutputSize, OUT UINT32 *AuthenticationStatus ) argument
[all...]

Completed in 54 milliseconds