Home
last modified time | relevance | path

Searched refs:MAX_MBR_PARTITIONS (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dmbr.h23 #define MAX_MBR_PARTITIONS 4 macro
48 MBR_PARTITION_RECORD PartitionRecord[MAX_MBR_PARTITIONS];
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DMbr.h23 #define MAX_MBR_PARTITIONS 4 macro
54 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS];
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DMbr.c58 for (Index1 = 0; Index1 < MAX_MBR_PARTITIONS; Index1++) { in PartitionValidMbr()
84 for (Index2 = Index1 + 1; Index2 < MAX_MBR_PARTITIONS; Index2++) { in PartitionValidMbr()
208 for (Index = 0; Index < MAX_MBR_PARTITIONS; Index++) { in PartitionInstallMbrChildHandles()
DGpt.c263 for (Index = 0; Index < MAX_MBR_PARTITIONS; Index++) { in PartitionInstallGptChildHandles()
271 if (Index == MAX_MBR_PARTITIONS) { in PartitionInstallGptChildHandles()