|
ReactOS 0.4.16-dev-2615-g89221f5
|
#include <freeldr.h>#include <debug.h>#include "part_mbr.h"#include "part_mbr.c"#include "part_gpt.c"#include "part_brfr.c"
Go to the source code of this file.
Macros | |
| #define | MaxDriveNumber 0xFF |
Functions | |
| DBG_DEFAULT_CHANNEL (DISK) | |
| BOOLEAN | DiskReadBootRecord (IN UCHAR DriveNumber, IN ULONGLONG LogicalSectorNumber, OUT PMASTER_BOOT_RECORD BootRecord) |
| VOID | DiskDetectPartitionType (_In_ UCHAR DriveNumber) |
| BOOLEAN | DiskGetBootPartitionEntry (_In_ UCHAR DriveNumber, _Out_opt_ PPARTITION_INFORMATION PartitionEntry, _Out_ PULONG BootPartition) |
| BOOLEAN | DiskGetPartitionEntry (_In_ UCHAR DriveNumber, _In_opt_ ULONG SectorSize, _In_ ULONG PartitionNumber, _Out_ PPARTITION_INFORMATION PartitionEntry) |
Variables | |
| static PARTITION_STYLE | DiskPartitionType [MaxDriveNumber+1] |
| #define MaxDriveNumber 0xFF |
Definition at line 17 of file partition.c.
| DBG_DEFAULT_CHANNEL | ( | DISK | ) |
Definition at line 66 of file partition.c.
Referenced by DiskInitialize().
| BOOLEAN DiskGetBootPartitionEntry | ( | _In_ UCHAR | DriveNumber, |
| _Out_opt_ PPARTITION_INFORMATION | PartitionEntry, | ||
| _Out_ PULONG | BootPartition | ||
| ) |
Definition at line 123 of file partition.c.
Referenced by DiskGetBootPath().
| BOOLEAN DiskGetPartitionEntry | ( | _In_ UCHAR | DriveNumber, |
| _In_opt_ ULONG | SectorSize, | ||
| _In_ ULONG | PartitionNumber, | ||
| _Out_ PPARTITION_INFORMATION | PartitionEntry | ||
| ) |
Definition at line 178 of file partition.c.
Referenced by DiskInitialize(), DiskOpen(), UefiDiskOpen(), and UefiGetBootPartitionEntry().
| BOOLEAN DiskReadBootRecord | ( | IN UCHAR | DriveNumber, |
| IN ULONGLONG | LogicalSectorNumber, | ||
| OUT PMASTER_BOOT_RECORD | BootRecord | ||
| ) |
Definition at line 23 of file partition.c.
Referenced by DiskDetectPartitionType(), DiskGetActivePartitionEntry(), and DiskGetMbrPartitionEntry().
|
static |
Definition at line 18 of file partition.c.
Referenced by DiskDetectPartitionType(), DiskGetBootPartitionEntry(), and DiskGetPartitionEntry().