ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | MaxDriveNumber 0xFF |
#define | XBOX_SIGNATURE_SECTOR 3 |
#define | XBOX_SIGNATURE ('B' | ('R' << 8) | ('F' << 16) | ('R' << 24)) |
#define | FATX_DATA_PARTITION 1 |
Variables | |
static PARTITION_STYLE | DiskPartitionType [MaxDriveNumber+1] |
struct { | |
ULONG SectorCountBeforePartition | |
ULONG PartitionSectorCount | |
UCHAR SystemIndicator | |
} | XboxPartitions [] |
#define FATX_DATA_PARTITION 1 |
Definition at line 34 of file partition.c.
#define MaxDriveNumber 0xFF |
Definition at line 26 of file partition.c.
Definition at line 31 of file partition.c.
#define XBOX_SIGNATURE_SECTOR 3 |
Definition at line 30 of file partition.c.
DBG_DEFAULT_CHANNEL | ( | DISK | ) |
Definition at line 314 of file partition.c.
Referenced by GetHarddiskInformation().
|
static |
Definition at line 134 of file partition.c.
Referenced by DiskGetBootPartitionEntry().
BOOLEAN DiskGetBootPartitionEntry | ( | IN UCHAR | DriveNumber, |
OUT PPARTITION_TABLE_ENTRY | PartitionTableEntry, | ||
OUT PULONG | BootPartition | ||
) |
Definition at line 367 of file partition.c.
Referenced by DiskGetBootPath().
|
static |
Definition at line 285 of file partition.c.
Referenced by DiskDetectPartitionType(), DiskGetBootPartitionEntry(), and DiskGetPartitionEntry().
|
static |
Definition at line 113 of file partition.c.
Referenced by DiskGetMbrPartitionEntry().
|
static |
Definition at line 91 of file partition.c.
Referenced by DiskGetMbrPartitionEntry().
|
static |
Definition at line 194 of file partition.c.
Referenced by DiskGetPartitionEntry().
BOOLEAN DiskGetPartitionEntry | ( | IN UCHAR | DriveNumber, |
IN ULONG | PartitionNumber, | ||
OUT PPARTITION_TABLE_ENTRY | PartitionTableEntry | ||
) |
Definition at line 407 of file partition.c.
Referenced by DiskOpen(), GetHarddiskInformation(), and UefiDiskOpen().
|
static |
Definition at line 52 of file partition.c.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), and DiskGetMbrPartitionEntry().
|
static |
Definition at line 27 of file partition.c.
Referenced by DiskDetectPartitionType(), DiskGetBootPartitionEntry(), and DiskGetPartitionEntry().
ULONG PartitionSectorCount |
Definition at line 39 of file partition.c.
Referenced by FatDetermineFatType(), and FatOpenVolume().
ULONG SectorCountBeforePartition |
Definition at line 38 of file partition.c.
UCHAR SystemIndicator |
Definition at line 40 of file partition.c.
struct { ... } XboxPartitions[] |
Referenced by DiskGetBrfrPartitionEntry().