OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionRecord
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c
747
printf (" 1BE 80 = active partition %02x\n", Mbr.
PartitionRecord
[0].BootIndicator);
748
printf (" 1BF Start head %02x\n", Mbr.
PartitionRecord
[0].StartHead);
749
printf (" 1C0 Start sector %02x\n", Mbr.
PartitionRecord
[0].StartSector);
750
printf (" 1C1 Start cylinder %02x\n", Mbr.
PartitionRecord
[0].StartTrack);
751
printf (" 1C2 Partition type indicator %02x\n", Mbr.
PartitionRecord
[0].OSType);
752
printf (" 1C3 End head %02x\n", Mbr.
PartitionRecord
[0].EndHead);
753
printf (" 1C4 End sector %02x\n", Mbr.
PartitionRecord
[0].EndSector);
754
printf (" 1C5 End cylinder %02x\n", Mbr.
PartitionRecord
[0].EndTrack);
755
printf (" 1C6 Sectors preceding partition %08x\n", (unsigned) Mbr.
PartitionRecord
[0].StartingLBA);
756
printf (" 1CA Sectors in partition %08x\n", (unsigned) Mbr.
PartitionRecord
[0].SizeInLBA);
[
all
...]
mbr.h
48
MBR_PARTITION_RECORD
PartitionRecord
[MAX_MBR_PARTITIONS];
Completed in 53 milliseconds