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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c433 EFI_FILE_SECTION_POINTER CurrentSection; local
438 CurrentSection = FirstSection;
440 while ((UINTN) CurrentSection.CommonHeader < (UINTN) SearchEnd) {
441 if (CurrentSection.CommonHeader->Type == SectionType) {
446 *Section = CurrentSection;
456 CurrentSection.CommonHeader->Type == EFI_SECTION_GUID_DEFINED &&
457 !(CurrentSection.GuidDefinedSection->Attributes & EFI_GUIDED_SECTION_PROCESSING_REQUIRED)) {
459 ((UINTN) CurrentSection.CommonHeader + CurrentSection.GuidDefinedSection->DataOffset);
460 SectionSize = CurrentSection
515 EFI_FILE_SECTION_POINTER CurrentSection; local
[all...]

Completed in 69 milliseconds