|
ReactOS 0.4.16-dev-2617-g01a0906
|

Go to the source code of this file.
Classes | |
| struct | tagDISKCONTEXT |
Macros | |
| #define | FIRST_BIOS_DISK 0x80 |
Typedefs | |
| typedef struct tagDISKCONTEXT | DISKCONTEXT |
Functions | |
| DBG_DEFAULT_CHANNEL (DISK) | |
| static ARC_STATUS | DiskClose (ULONG FileId) |
| static ARC_STATUS | DiskGetFileInformation (ULONG FileId, FILEINFORMATION *Information) |
| static ARC_STATUS | DiskOpen (CHAR *Path, OPENMODE OpenMode, ULONG *FileId) |
| static ARC_STATUS | DiskRead (ULONG FileId, VOID *Buffer, ULONG N, ULONG *Count) |
| static ARC_STATUS | DiskSeek (ULONG FileId, LARGE_INTEGER *Position, SEEKMODE SeekMode) |
| PCHAR | GetHarddiskIdentifier (UCHAR DriveNumber) |
| static VOID | GetHarddiskInformation (_In_ UCHAR DriveNumber) |
| static UCHAR | EnumerateHarddisks (OUT PBOOLEAN BootDriveReported) |
| static BOOLEAN | DiskGetBootPath (_In_ BOOLEAN IsPxe, _Out_ PCONFIGURATION_TYPE DeviceType) |
| BOOLEAN | PcInitializeBootDevices (VOID) |
Variables | |
| UCHAR | PcBiosDiskCount = 0 |
| static CHAR | PcDiskIdentifier [32][20] |
| PVOID | DiskReadBuffer |
| SIZE_T | DiskReadBufferSize |
| static const DEVVTBL | DiskVtbl |
| typedef struct tagDISKCONTEXT DISKCONTEXT |
| DBG_DEFAULT_CHANNEL | ( | DISK | ) |
|
static |
|
static |
Definition at line 366 of file hwdisk.c.
Referenced by PcInitializeBootDevices().
|
static |
Definition at line 62 of file hwdisk.c.
|
static |
Definition at line 84 of file hwdisk.c.
|
static |
Definition at line 156 of file hwdisk.c.
|
static |
Definition at line 208 of file hwdisk.c.
Definition at line 308 of file hwdisk.c.
Referenced by PcInitializeBootDevices().
Definition at line 256 of file hwdisk.c.
Referenced by EnumerateHarddisks().
Definition at line 427 of file hwdisk.c.
Referenced by MachInit(), and Pc98InitializeBootDevices().
| PVOID DiskReadBuffer |
Definition at line 47 of file hwdisk.c.
Referenced by DiskRead(), and EnumerateHarddisks().
| SIZE_T DiskReadBufferSize |
Definition at line 48 of file hwdisk.c.
Referenced by DiskOpen(), DiskRead(), EnumerateHarddisks(), and PcMemFinalizeMemoryMap().
Definition at line 239 of file hwdisk.c.
Referenced by GetHarddiskInformation(), and PcInitializeBootDevices().
| UCHAR PcBiosDiskCount = 0 |
Definition at line 44 of file hwdisk.c.
Referenced by DetectBiosDisks(), and EnumerateHarddisks().
|
static |
Definition at line 45 of file hwdisk.c.
Referenced by GetHarddiskIdentifier(), and GetHarddiskInformation().