|
ReactOS 0.4.16-dev-2617-g01a0906
|
#include <part_mbr.h>
Definition at line 15 of file part_mbr.h.
| UCHAR _PARTITION_TABLE_ENTRY::BootIndicator |
Definition at line 17 of file part_mbr.h.
Referenced by DiskGetActivePartitionEntry().
| UCHAR _PARTITION_TABLE_ENTRY::EndCylinder |
Definition at line 25 of file part_mbr.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::EndHead |
Definition at line 23 of file part_mbr.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::EndSector |
Definition at line 24 of file part_mbr.h.
Referenced by FstubWriteBootSectorEFI().
| ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount |
Definition at line 27 of file part_mbr.h.
Referenced by FstubWriteBootSectorEFI().
| ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition |
Definition at line 26 of file part_mbr.h.
Referenced by DiskGetMbrPartitionEntry(), and FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::StartCylinder |
Definition at line 21 of file part_mbr.h.
| UCHAR _PARTITION_TABLE_ENTRY::StartHead |
Definition at line 19 of file part_mbr.h.
| UCHAR _PARTITION_TABLE_ENTRY::StartSector |
Definition at line 20 of file part_mbr.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator |
Definition at line 22 of file part_mbr.h.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), DiskGetMbrPartitionEntry(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().