Searched refs:PARTITION_TABLE_OFFSET (Results 1 – 2 of 2) sorted by relevance
39 #define PARTITION_TABLE_OFFSET 0x1BE macro324 if ((DiskPartition[PARTITION_TABLE_OFFSET + Index * SIZE_OF_PARTITION_ENTRY] & 0x7F) != 0) { in GetBootSectorOffset()340 if (DiskPartition[PARTITION_TABLE_OFFSET + (Index * SIZE_OF_PARTITION_ENTRY)] == 0x80) { in GetBootSectorOffset()341 …DbrOffset = *(DWORD *)&DiskPartition[PARTITION_TABLE_OFFSET + (Index * SIZE_OF_PARTITION_ENTRY) + … in GetBootSectorOffset()349 … DbrOffset = *(DWORD *)&DiskPartition[PARTITION_TABLE_OFFSET + PARTITION_ENTRY_STARTLBA_OFFSET]; in GetBootSectorOffset()352 DiskPartition[PARTITION_TABLE_OFFSET] = 0x80; in GetBootSectorOffset()
39 #define PARTITION_TABLE_OFFSET 0x1BE macro