|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <disk.h>
| UCHAR _PARTITION_TABLE_ENTRY::BootIndicator |
Definition at line 41 of file disk.h.
Referenced by DiskGetActivePartitionEntry().
| UCHAR _PARTITION_TABLE_ENTRY::EndCylinder |
Definition at line 49 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::EndHead |
Definition at line 47 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::EndSector |
Definition at line 48 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| ULONG _PARTITION_TABLE_ENTRY::PartitionSectorCount |
Definition at line 51 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| ULONG _PARTITION_TABLE_ENTRY::SectorCountBeforePartition |
Definition at line 50 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::StartSector |
Definition at line 44 of file disk.h.
Referenced by FstubWriteBootSectorEFI().
| UCHAR _PARTITION_TABLE_ENTRY::SystemIndicator |
Definition at line 46 of file disk.h.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), DiskGetMbrPartitionEntry(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().