Home
last modified time | relevance | path

Searched refs:RegionCount (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DBootMonFsLoader.c65 if ((Info.Size == 0) || (Info.EntryPoint == 0) || (Info.RegionCount == 0) || in BootMonFsCheckFile()
66 (Info.RegionCount > BOOTMONFS_IMAGE_DESCRIPTION_REGION_MAX)) { in BootMonFsCheckFile()
73 for (Index = 0; Index < Info.RegionCount; Index++) { in BootMonFsCheckFile()
133 for (Index = 0; Index < Info.RegionCount; Index++) { in BootMonFsLoadFile()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Guid/
DBootMonFsFileInfo.h32 UINT32 RegionCount; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsHw.h43 UINT32 RegionCount; member
DBootMonFsOpenClose.c115 Description->RegionCount = 1; in WriteFileDescription()
173 ASSERT (File->HwDescription.RegionCount == 0); in BootMonFsFindSpaceForNewFile()
184 if (FileEntry->HwDescription.RegionCount == 0) { in BootMonFsFindSpaceForNewFile()
300 if (File->HwDescription.RegionCount == 0) { in BootMonFsFlushFile()
777 if (File->HwDescription.RegionCount > 0) { in BootMonFsDelete()
DBootMonFsDir.c76 if (File->HwDescription.RegionCount == 0) { in BootMonFsGetPhysicalSize()
269 Info->RegionCount = File->HwDescription.RegionCount; in GetBootMonFsFileInfo()
270 for (Index = 0; Index < File->HwDescription.RegionCount; Index++) { in GetBootMonFsFileInfo()
DBootMonFsImages.c76 for (Index = Footer->RegionCount; Index < HW_IMAGE_DESCRIPTION_REGION_MAX; Index++) { in BootMonFsComputeFooterChecksum()