#include <freeldr.h>
#include <debug.h>
#include <pshpack2.h>
#include <poppack.h>
Go to the source code of this file.
Data Structures |
| struct | I386_DISK_ADDRESS_PACKET |
Typedefs |
typedef struct
I386_DISK_ADDRESS_PACKET * | PI386_DISK_ADDRESS_PACKET |
Functions |
| | DBG_DEFAULT_CHANNEL (DISK) |
| static BOOLEAN | PcDiskResetController (UCHAR DriveNumber) |
| static BOOLEAN | PcDiskReadLogicalSectorsLBA (UCHAR DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer) |
| static BOOLEAN | PcDiskReadLogicalSectorsCHS (UCHAR DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer) |
| BOOLEAN | PcDiskReadLogicalSectors (UCHAR DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer) |
| BOOLEAN | PcDiskGetDriveGeometry (UCHAR DriveNumber, PGEOMETRY Geometry) |
| ULONG | PcDiskGetCacheableBlockCount (UCHAR DriveNumber) |
| BOOLEAN | PcDiskGetBootPath (char *BootPath, unsigned Size) |