Searched refs:GuidSectHeader2 (Results 1 – 2 of 2) sorted by relevance
287 EFI_GUID_DEFINED_SECTION2 GuidSectHeader2; in GetSectionContents() local344 fread (&GuidSectHeader2, 1, sizeof (GuidSectHeader2), InFile); in GetSectionContents()345 if ((GuidSectHeader2.Attributes & EFI_GUIDED_SECTION_PROCESSING_REQUIRED) == 0) { in GetSectionContents()346 HeaderSize = GuidSectHeader2.DataOffset; in GetSectionContents()
435 EFI_GUID_DEFINED_SECTION2 GuidSectHeader2; in GetSectionContents() local505 fread (&GuidSectHeader2, 1, sizeof (GuidSectHeader2), InFile); in GetSectionContents()506 if ((GuidSectHeader2.Attributes & EFI_GUIDED_SECTION_PROCESSING_REQUIRED) == 0) { in GetSectionContents()507 HeaderSize = GuidSectHeader2.DataOffset; in GetSectionContents()