| /device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
| DxeServicesLib.h | 27 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
28 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
32 are retrieved from an FFS file based on SectionType and SectionInstance.
46 @param SectionInstance Indicates which section instance within the FFS file
47 specified by FileType with FileInstance to retrieve. SectionInstance starts from zero.
65 IN UINTN SectionInstance,
75 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
76 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
80 are retrieved from an FFS file based on SectionType and SectionInstance.
95 @param SectionInstance Indicates which section instance within the FFS file [all...] |
| PeiServicesLib.h | 227 @param SectionInstance Section instance to find.
241 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AcpiLib/ |
| AcpiLib.c | 51 INTN SectionInstance;
69 SectionInstance = 0;
107 SectionInstance,
148 SectionInstance++;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/ |
| SectionExtraction.h | 39 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SectionExtraction/ |
| SectionExtraction.h | 59 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/ |
| SectionExtraction.h | 52 @param SectionInstance If SectionType is not NULL, indicates which
90 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
| SectionExtraction.h | 80 @param SectionInstance Indicates which instance of the requested section
115 IN UINTN SectionInstance,
|
| FirmwareVolume.h | 180 @param SectionInstance The instance of SectionType to retrieve.
213 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/ |
| DxeServicesLib.c | 75 by NameGuid, SectionType and SectionInstance.
96 @param SectionInstance The instance number of Firmware Section to
118 IN UINTN SectionInstance,
151 SectionInstance,
167 SectionInstance,
184 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
185 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
189 are retrieved from an FFS file based on SectionType and SectionInstance.
206 @param SectionInstance Indicates which section instance within the FFS file
208 SectionInstance starts from zero. [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/ |
| Fv2OnFvThunk.c | 303 SectionInstance indicates which section to
306 @param SectionInstance Indicates which instance of sections
309 SectionInstance indicates which
310 section to return. SectionInstance is
366 IN UINTN SectionInstance,
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/ |
| FirmwareVolume.h | 180 IN UINTN SectionInstance,
195 SectionInstance - Indicates which instance of SectionType to retrieve
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
| RamDiskProtocol.c | 78 UINTN SectionInstance;
82 SectionInstance = 0;
92 SectionInstance,
117 SectionInstance++;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/ |
| FvOnFv2Thunk.c | 207 @param SectionInstance Indicates which instance of SectionType to retrieve
237 IN UINTN SectionInstance,
253 SectionInstance,
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
| SectionExtraction.c | 147 @param SectionInstance Indicates which instance of the requested section to
187 IN UINTN SectionInstance,
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
| FwVolRead.c | 407 @param SectionInstance Indicates which instance of sections with a
433 IN UINTN SectionInstance,
507 (SectionType == 0) ? 0 : SectionInstance,
|
| FwVolDriver.h | 210 @param SectionInstance Indicates which instance of sections with a
236 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/ |
| CoreSectionExtraction.c | [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/ |
| FirmwareVolume2.h | 134 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| FirmwareVolume2.h | 352 SectionInstance indicates which section to
355 @param SectionInstance Indicates which instance of sections
358 SectionInstance indicates which
359 section to return. SectionInstance is
415 IN UINTN SectionInstance,
[all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/ |
| FwVolRead.c | 483 @param SectionInstance Indicates which instance of sections with a
509 IN UINTN SectionInstance,
610 SectionInstance,
|
| FwVolDriver.h | 264 @param SectionInstance Indicates which instance of sections with a
290 IN UINTN SectionInstance,
|
| /device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/ |
| PeiServicesLib.c | 308 @param SectionInstance Section instance to find.
322 IN UINTN SectionInstance,
331 return (*PeiServices)->FindSectionData3 (PeiServices, SectionType, SectionInstance, FileHandle, SectionData, AuthenticationStatus);
|
| /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/ |
| EdkiiSystemCapsuleLib.c | 80 Get Section buffer pointer by SectionType and SectionInstance.
85 @param[in] SectionInstance The Instance of Section to be found
97 IN UINTN SectionInstance,
123 if (Instance == SectionInstance) {
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
| FwVol.c | 735 @param SectionInstance Pointer to the filter to find the specific instance of section.
751 IN OUT UINTN *SectionInstance,
805 (*SectionInstance)--;
806 if (*SectionInstance == 0) {
850 SectionInstance,
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
| PiPeiCis.h | 411 @param SectionInstance Section instance to find.
425 IN UINTN SectionInstance,
[all...] |