Home
last modified time | relevance | path

Searched refs:IndexFv (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c66 UINTN IndexFv; in PlatformRegisterFvBootOption() local
97 for (IndexFv = 0, FvHandle = NULL; IndexFv < HandleCount && FvHandle == NULL; IndexFv++) { in PlatformRegisterFvBootOption()
99 HandleBuffer[IndexFv], in PlatformRegisterFvBootOption()
128 FvHandle = HandleBuffer[IndexFv]; in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.c239 UINTN IndexFv; in GetSectionFromAnyFvByFileType() local
264 for (IndexFv = 0; IndexFv < HandleCount; IndexFv++) { in GetSectionFromAnyFvByFileType()
266 HandleBuffer[IndexFv], in GetSectionFromAnyFvByFileType()
293 HandleBuffer[IndexFv], in GetSectionFromAnyFvByFileType()
310 if (IndexFv == HandleCount) { in GetSectionFromAnyFvByFileType()