ReactOS 0.4.16-dev-122-g325d74c
|
#include <hwide.h>
Public Attributes | |
UCHAR | Channel |
UCHAR | DeviceNumber |
ULONG | Cylinders |
ULONG | Heads |
ULONG | Sectors |
ULONG | SectorSize |
ULONGLONG | TotalSectors |
USHORT | Flags |
IDENTIFY_DATA | IdentifyData |
ULONG _DEVICE_UNIT::Cylinders |
Definition at line 294 of file hwide.h.
Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().
USHORT _DEVICE_UNIT::Flags |
Definition at line 299 of file hwide.h.
Referenced by InitIdeDrive(), XboxDiskGetCacheableBlockCount(), and XboxDiskInit().
ULONG _DEVICE_UNIT::Heads |
Definition at line 295 of file hwide.h.
Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().
IDENTIFY_DATA _DEVICE_UNIT::IdentifyData |
ULONG _DEVICE_UNIT::Sectors |
Definition at line 296 of file hwide.h.
Referenced by InitIdeDrive(), XboxDiskGetCacheableBlockCount(), and XboxDiskGetDriveGeometry().
ULONG _DEVICE_UNIT::SectorSize |
Definition at line 297 of file hwide.h.
Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().
ULONGLONG _DEVICE_UNIT::TotalSectors |
Definition at line 298 of file hwide.h.
Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().