Home
last modified time | relevance | path

Searched refs:MASTER_BOOT_RECORD (Results 1 – 5 of 5) sorted by relevance

/reactos/boot/freeldr/freeldr/disk/
H A Dpartition.c64 RtlCopyMemory(BootRecord, DiskReadBuffer, sizeof(MASTER_BOOT_RECORD)); in DiskReadBootRecord()
68 TRACE("sizeof(MASTER_BOOT_RECORD) = 0x%x.\n", sizeof(MASTER_BOOT_RECORD)); in DiskReadBootRecord()
142 MASTER_BOOT_RECORD MasterBootRecord; in DiskGetActivePartitionEntry()
199 MASTER_BOOT_RECORD MasterBootRecord; in DiskGetMbrPartitionEntry()
317 MASTER_BOOT_RECORD MasterBootRecord; in DiskDetectPartitionType()
/reactos/boot/freeldr/freeldr/include/
H A Ddisk.h80 } MASTER_BOOT_RECORD, *PMASTER_BOOT_RECORD; typedef
/reactos/boot/freeldr/freeldr/arch/i386/
H A Dntoskrnl.c126 if (SectorSize < sizeof(MASTER_BOOT_RECORD)) in IoReadPartitionTable()
/reactos/modules/rostests/tests/parttest/
H A Dparttest.c94 } MASTER_BOOT_RECORD, *PMASTER_BOOT_RECORD; typedef
/reactos/ntoskrnl/fstub/
H A Dfstubex.c81 } MASTER_BOOT_RECORD, *PMASTER_BOOT_RECORD; typedef
82 C_ASSERT(sizeof(MASTER_BOOT_RECORD) == 512);