Searched defs:SectionInstance (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c480 @param SectionInstance Indicates which instance of sections with a
506 IN UINTN SectionInstance,
604 SectionInstance,
502 FvReadFileSection( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *NameGuid, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, IN OUT VOID **Buffer, IN OUT UINTN *BufferSize, OUT UINT32 *AuthenticationStatus ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c383 @param SectionInstance Indicates which instance of sections with a
409 IN UINTN SectionInstance,
480 (SectionType == 0) ? 0 : SectionInstance,
405 FvReadFileSection( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *NameGuid, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, IN OUT VOID **Buffer, IN OUT UINTN *BufferSize, OUT UINT32 *AuthenticationStatus ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c74 by NameGuid, SectionType and SectionInstance.
95 @param SectionInstance The instance number of Firmware Section to
117 IN UINTN SectionInstance,
150 SectionInstance,
166 SectionInstance,
183 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
184 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
188 are retrieved from an FFS file based on SectionType and SectionInstance.
205 @param SectionInstance Indicates which section instance within the FFS file
207 SectionInstance start
113 InternalGetSectionFromFv( IN EFI_HANDLE FvHandle, IN CONST EFI_GUID *NameGuid, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, OUT VOID **Buffer, OUT UINTN *Size ) argument
226 GetSectionFromAnyFvByFileType( IN EFI_FV_FILETYPE FileType, IN UINTN FileInstance, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, OUT VOID **Buffer, OUT UINTN *Size ) argument
366 GetSectionFromAnyFv( IN CONST EFI_GUID *NameGuid, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, OUT VOID **Buffer, OUT UINTN *Size ) argument
492 GetSectionFromFv( IN CONST EFI_GUID *NameGuid, IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, OUT VOID **Buffer, OUT UINTN *Size ) argument
555 GetSectionFromFfs( IN EFI_SECTION_TYPE SectionType, IN UINTN SectionInstance, OUT VOID **Buffer, OUT UINTN *Size ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c142 @param SectionInstance Indicates which instance of the requested section to
182 IN UINTN SectionInstance,
981 @param SectionInstance Indicates which instance of section to find. This is
1002 IN OUT UINTN *SectionInstance,
1052 (*SectionInstance)--;
1053 if (*SectionInstance == 0) {
1072 SectionInstance,
1082 if (*SectionInstance == 0) {
1180 @param SectionInstance Indicates which instance of the requested section to
1220 IN UINTN SectionInstance,
999 FindChildNode( IN FRAMEWORK_SECTION_STREAM_NODE *SourceStream, IN EFI_SECTION_TYPE SearchType, IN OUT UINTN *SectionInstance, IN EFI_GUID *SectionDefinitionGuid, OUT FRAMEWORK_SECTION_CHILD_NODE **FoundChild, OUT FRAMEWORK_SECTION_STREAM_NODE **FoundStream, OUT UINT32 *AuthenticationStatus ) argument
1215 GetSection( IN EFI_SECTION_EXTRACTION_PROTOCOL *This, IN UINTN SectionStreamHandle, IN EFI_SECTION_TYPE *SectionType, IN EFI_GUID *SectionDefinitionGuid, IN UINTN SectionInstance, IN VOID **Buffer, IN OUT UINTN *BufferSize, OUT UINT32 *AuthenticationStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c904 @param SectionInstance Indicates which instance of section to find.
927 IN OUT UINTN *SectionInstance,
978 (*SectionInstance)--;
979 if (*SectionInstance == 0) {
997 SectionInstance,
1007 if (*SectionInstance == 0) {
1107 @param SectionInstance Indicates which instance of the requested
1162 IN UINTN SectionInstance,
1183 Instance = SectionInstance + 1;
924 FindChildNode( IN CORE_SECTION_STREAM_NODE *SourceStream, IN EFI_SECTION_TYPE SearchType, IN OUT UINTN *SectionInstance, IN EFI_GUID *SectionDefinitionGuid, OUT CORE_SECTION_CHILD_NODE **FoundChild, OUT CORE_SECTION_STREAM_NODE **FoundStream, OUT UINT32 *AuthenticationStatus ) argument
1158 GetSection( IN UINTN SectionStreamHandle, IN EFI_SECTION_TYPE *SectionType, IN EFI_GUID *SectionDefinitionGuid, IN UINTN SectionInstance, IN VOID **Buffer, IN OUT UINTN *BufferSize, OUT UINT32 *AuthenticationStatus, IN BOOLEAN IsFfs3Fv ) argument

Completed in 134 milliseconds