Searched refs:NextSection (Results 1 – 2 of 2) sorted by relevance
446 SECTION *NextSection; in DSCFileFree() local451 NextSection = DSC->Sections->Next; in DSCFileFree()457 DSC->Sections = NextSection; in DSCFileFree()
1402 EFI_COMMON_SECTION_HEADER* NextSection; in FvBufCountSections() local1415 (VOID **)&NextSection in FvBufCountSections()1467 EFI_COMMON_SECTION_HEADER* NextSection; in FvBufFindSectionByType() local1479 (VOID **)&NextSection in FvBufFindSectionByType()1485 if (Type == NextSection->Type) { in FvBufFindSectionByType()1487 *Section = NextSection; in FvBufFindSectionByType()