Searched refs:BootSectorInfo (Results 1 – 1 of 1) sorted by relevance
2122 PBOOT_SECTOR_INFO BootSectorInfo = (PBOOT_SECTOR_INFO)Buffer; in xHalIoReadPartitionTable() local2125 if ((BootSectorInfo->JumpByte[0] == 0xeb) || in xHalIoReadPartitionTable()2126 (BootSectorInfo->JumpByte[0] == 0xe9)) in xHalIoReadPartitionTable()2131 BootSectorInfo->JumpByte); in xHalIoReadPartitionTable()