OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MBR_PARTITIONS
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
mbr.h
23
#define
MAX_MBR_PARTITIONS
4
48
MBR_PARTITION_RECORD PartitionRecord[
MAX_MBR_PARTITIONS
];
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Mbr.h
23
#define
MAX_MBR_PARTITIONS
4
54
MBR_PARTITION_RECORD Partition[
MAX_MBR_PARTITIONS
];
/external/syslinux/efi32/include/efi/
efipart.h
50
#define
MAX_MBR_PARTITIONS
4
55
MBR_PARTITION_RECORD Partition[
MAX_MBR_PARTITIONS
];
/external/syslinux/efi64/include/efi/
efipart.h
50
#define
MAX_MBR_PARTITIONS
4
55
MBR_PARTITION_RECORD Partition[
MAX_MBR_PARTITIONS
];
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipart.h
50
#define
MAX_MBR_PARTITIONS
4
55
MBR_PARTITION_RECORD Partition[
MAX_MBR_PARTITIONS
];
/device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c
339
for (Index1 = 0; Index1 <
MAX_MBR_PARTITIONS
; Index1++) {
362
for (Index2 = Index1 + 1; Index2 <
MAX_MBR_PARTITIONS
; Index2++) {
431
for (Index = 0; Index <
MAX_MBR_PARTITIONS
; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c
58
for (Index1 = 0; Index1 <
MAX_MBR_PARTITIONS
; Index1++) {
84
for (Index2 = Index1 + 1; Index2 <
MAX_MBR_PARTITIONS
; Index2++) {
205
for (Index = 0; Index <
MAX_MBR_PARTITIONS
; Index++) {
Gpt.c
263
for (Index = 0; Index <
MAX_MBR_PARTITIONS
; Index++) {
271
if (Index ==
MAX_MBR_PARTITIONS
) {
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c
435
for (i=0; i<
MAX_MBR_PARTITIONS
; i++) {
464
for (j=i+1; j<
MAX_MBR_PARTITIONS
; j++) {
Completed in 580 milliseconds