Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fstub/
H A Ddisksup.c2122 PBOOT_SECTOR_INFO BootSectorInfo = (PBOOT_SECTOR_INFO)Buffer; in xHalIoReadPartitionTable() local
2125 if ((BootSectorInfo->JumpByte[0] == 0xeb) || in xHalIoReadPartitionTable()
2126 (BootSectorInfo->JumpByte[0] == 0xe9)) in xHalIoReadPartitionTable()
2131 BootSectorInfo->JumpByte); in xHalIoReadPartitionTable()