ReactOS 0.4.15-dev-7906-g1b85a5f
_DEVICE_UNIT Struct Reference

#include <hwide.h>

Collaboration diagram for _DEVICE_UNIT:

Public Attributes

UCHAR Channel
 
UCHAR DeviceNumber
 
ULONG Cylinders
 
ULONG Heads
 
ULONG Sectors
 
ULONG SectorSize
 
ULONGLONG TotalSectors
 
USHORT Flags
 
IDENTIFY_DATA IdentifyData
 

Detailed Description

Definition at line 290 of file hwide.h.

Member Data Documentation

◆ Channel

UCHAR _DEVICE_UNIT::Channel

Definition at line 292 of file hwide.h.

◆ Cylinders

ULONG _DEVICE_UNIT::Cylinders

Definition at line 294 of file hwide.h.

Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().

◆ DeviceNumber

UCHAR _DEVICE_UNIT::DeviceNumber

Definition at line 293 of file hwide.h.

◆ Flags

USHORT _DEVICE_UNIT::Flags

Definition at line 299 of file hwide.h.

Referenced by InitIdeDrive(), XboxDiskGetCacheableBlockCount(), and XboxDiskInit().

◆ Heads

ULONG _DEVICE_UNIT::Heads

Definition at line 295 of file hwide.h.

Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().

◆ IdentifyData

IDENTIFY_DATA _DEVICE_UNIT::IdentifyData

Definition at line 300 of file hwide.h.

◆ Sectors

ULONG _DEVICE_UNIT::Sectors

Definition at line 296 of file hwide.h.

Referenced by InitIdeDrive(), XboxDiskGetCacheableBlockCount(), and XboxDiskGetDriveGeometry().

◆ SectorSize

ULONG _DEVICE_UNIT::SectorSize

Definition at line 297 of file hwide.h.

Referenced by InitIdeDrive(), and XboxDiskGetDriveGeometry().

◆ TotalSectors

ULONGLONG _DEVICE_UNIT::TotalSectors

Definition at line 298 of file hwide.h.


The documentation for this struct was generated from the following file: