|
ReactOS 0.4.16-dev-2610-ge2c92c0
|

Go to the source code of this file.
Macros | |
| #define | XBOX_SIGNATURE_SECTOR 3 |
| #define | XBOX_SIGNATURE ('B' | ('R' << 8) | ('F' << 16) | ('R' << 24)) |
| #define | FATX_DATA_PARTITION 1 |
Functions | |
| static BOOLEAN | DiskIsBrfr (_In_ UCHAR DriveNumber) |
| BOOLEAN | DiskGetBrfrPartitionEntry (_In_ UCHAR DriveNumber, _In_ ULONG SectorSize, _In_ ULONG PartitionNumber, _Out_ PPARTITION_INFORMATION PartitionEntry) |
Variables | |
| struct { | |
| ULONG SectorStart | |
| ULONG SectorCount | |
| UCHAR PartitionType | |
| } | XboxPartitions [] |
| #define FATX_DATA_PARTITION 1 |
Definition at line 17 of file part_brfr.c.
Definition at line 14 of file part_brfr.c.
| #define XBOX_SIGNATURE_SECTOR 3 |
Definition at line 13 of file part_brfr.c.
| BOOLEAN DiskGetBrfrPartitionEntry | ( | _In_ UCHAR | DriveNumber, |
| _In_ ULONG | SectorSize, | ||
| _In_ ULONG | PartitionNumber, | ||
| _Out_ PPARTITION_INFORMATION | PartitionEntry | ||
| ) |
Definition at line 47 of file part_brfr.c.
Referenced by DiskGetBootPartitionEntry(), and DiskGetPartitionEntry().
Definition at line 35 of file part_brfr.c.
Referenced by DiskDetectPartitionType(), and DiskGetBrfrPartitionEntry().
| UCHAR PartitionType |
Definition at line 23 of file part_brfr.c.
Referenced by CreateLogicalPartition(), CreatePrimaryMbrPartition(), FormatPartition(), FstubDetectPartitionStyle(), HalpQueryPartitionType(), HalpSetPartitionInformation(), InferFileSystemWorker(), IoReadDiskSignature(), IoSetPartitionInformation(), LookupPartitionTypeString(), RamdiskGetPartitionInfo(), setid_main(), SetMBRPartitionType(), xHalIoAssignDriveLetters(), xHalIoReadPartitionTable(), xHalIoSetPartitionInformation(), and xHalIoWritePartitionTable().
Definition at line 22 of file part_brfr.c.
Referenced by AddLogicalDiskSpace(), AtaCommandUseLba48(), AtapBuildReadPacketCommand(), AtapBuildReadTaskFile(), AtaReadLogicalSectors(), CacheReadDiskSectors(), CommandDumpSector(), CreateInsertBlankRegion(), DeviceRequestReadWrite(), DiskGetBrfrPartitionEntry(), DiskOpen(), DiskPerformSmartCommand(), DiskReadSmartLog(), DiskWriteSmartLog(), ExtReadVolumeSectors(), Fat12Format(), Fat16Format(), FatAddMcbEntry(), FatMount(), FatReadPartialCluster(), FatReadVolumeSectors(), FatRemoveMcbEntry(), FatxFormat(), FileSystemToMBRPartitionType(), FsRecGetDeviceSectors(), FsRecNtfsFsControl(), FsRtlAddBaseMcbEntry(), FsRtlAddLargeMcbEntry(), FsRtlAddMcbEntry(), FsRtlGetNextBaseMcbEntry(), FsRtlGetNextLargeMcbEntry(), FsRtlGetNextMcbEntry(), FsRtlLargeMcbTest(), FsRtlLargeMcbTestsExt2(), FsRtlLargeMcbTestsFastFat_3(), FsRtlLookupMcbEntry(), FsRtlRemoveBaseMcbEntry(), FsRtlRemoveLargeMcbEntry(), FsRtlRemoveMcbEntry(), GetFreeDiskSize(), HalpCalculateChsValues(), InitializePartitionEntry(), InsertGptPartition(), IsoBufferDirectory(), main(), NtfsReadSectors(), Pc98DiskReadLogicalSectors(), Pc98DiskReadLogicalSectorsCHS(), Pc98DiskReadLogicalSectorsLBA(), PcDiskReadLogicalSectors(), PcDiskReadLogicalSectorsCHS(), PcDiskReadLogicalSectorsLBA(), QueryDeviceInformation(), ScanForUnpartitionedDiskSpace(), UefiDiskOpen(), UefiDiskReadLogicalSectors(), and XboxDiskReadLogicalSectors().
| ULONG SectorStart |
Definition at line 21 of file part_brfr.c.
Referenced by DiskGetBrfrPartitionEntry(), and DiskInitialize().
| struct { ... } XboxPartitions[] |
Referenced by DiskGetBrfrPartitionEntry().