ReactOS 0.4.16-dev-401-g45b008d
|
#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 79 of file disk.h.
Referenced by CheckAgainstMBR(), FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), GetHarddiskInformation(), and IoReadPartitionTable().
PARTITION_TABLE_ENTRY _MASTER_BOOT_RECORD::PartitionTable |
Definition at line 78 of file disk.h.
Referenced by FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), and IoReadPartitionTable().
ULONG _MASTER_BOOT_RECORD::Signature |
Definition at line 76 of file disk.h.
Referenced by FstubCreateDiskMBR(), FstubCreateDiskRaw(), FstubWriteBootSectorEFI(), GetHarddiskInformation(), IoReadPartitionTable(), PcInitializeBootDevices(), and UefiInitializeBootDevices().