|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <disk.h>

Public Attributes | |
| UCHAR | MasterBootRecordCodeAndData [0x1b8] |
| ULONG | Signature |
| USHORT | Reserved |
| PARTITION_TABLE_ENTRY | PartitionTable [4] |
| USHORT | MasterBootRecordMagic |
| USHORT _MASTER_BOOT_RECORD::MasterBootRecordMagic |
Definition at line 63 of file disk.h.
Referenced by CheckAgainstMBR(), FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), GetHarddiskInformation(), and IoReadPartitionTable().
| PARTITION_TABLE_ENTRY _MASTER_BOOT_RECORD::PartitionTable |
Definition at line 62 of file disk.h.
Referenced by FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().
| ULONG _MASTER_BOOT_RECORD::Signature |
Definition at line 60 of file disk.h.
Referenced by FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), GetHarddiskInformation(), IoReadPartitionTable(), PcInitializeBootDevices(), and UefiInitializeBootDevices().