Lines Matching refs:SectionType

74   by NameGuid, SectionType and SectionInstance. 
79 If SectionType is EFI_SECTION_TE, EFI_SECTION_TE is used as section type to start the search. If EFI_SECTION_TE section
94 @param SectionType The Firmware Section type.
102 @retval EFI_NOT_FOUND The image specified by NameGuid and SectionType
116 IN EFI_SECTION_TYPE SectionType,
149 SectionType,
156 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
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.
190 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
202 @param SectionType Indicates the FFS section type to search for
229 IN EFI_SECTION_TYPE SectionType,
294 SectionType,
326 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
327 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
331 are retrieved from an FFS file based on SectionType and SectionInstance.
333 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
344 @param SectionType Indicates the FFS section type to search for within
368 IN EFI_SECTION_TYPE SectionType,
390 SectionType,
419 SectionType,
450 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance
451 instances of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
455 an FFS file based on SectionType and SectionInstance.
458 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
469 @param SectionType Indicates the FFS section type to search for within
494 IN EFI_SECTION_TYPE SectionType,
503 SectionType,
514 This function searches the FFS file that the currently executing module was loaded from for a FFS sections of type SectionType.
515 If the FFS file contains at least SectionInstance instances of the FFS section specified by SectionType,
519 details on how sections are retrieved from an FFS file based on SectionType and SectionInstance.
522 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
530 @param SectionType Indicates the FFS section type to search for within
556 IN EFI_SECTION_TYPE SectionType,
565 SectionType,
616 EFI_SECTION_TYPE SectionType;
675 SectionType = EFI_SECTION_PE32;
680 SectionType,