ReactOS 0.4.15-dev-7931-gfd331f1
_DISKENTRY Struct Reference

#include <partlist.h>

Collaboration diagram for _DISKENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
struct _PARTLISTPartList
 
MEDIA_TYPE MediaType
 
ULONGLONG Cylinders
 
ULONG TracksPerCylinder
 
ULONG SectorsPerTrack
 
ULONG BytesPerSector
 
ULARGE_INTEGER SectorCount
 
ULONG SectorAlignment
 
ULONG CylinderAlignment
 
BOOLEAN BiosFound
 
ULONG HwAdapterNumber
 
ULONG HwControllerNumber
 
ULONG HwDiskNumber
 
ULONG HwFixedDiskNumber
 
ULONG DiskNumber
 
USHORT Port
 
USHORT Bus
 
USHORT Id
 
BOOLEAN Dirty
 
BOOLEAN NewDisk
 
PARTITION_STYLE DiskStyle
 
UNICODE_STRING DriverName
 
PDRIVE_LAYOUT_INFORMATION LayoutBuffer
 
LIST_ENTRY PrimaryPartListHead
 
LIST_ENTRY LogicalPartListHead
 
PPARTENTRY ExtendedPartition
 
ULONG BiosDiskNumber
 
USHORT PathId
 
USHORT TargetId
 
USHORT Lun
 
BOOLEAN NoMbr
 

Detailed Description

Definition at line 78 of file partlist.h.

Member Data Documentation

◆ BiosDiskNumber

ULONG _DISKENTRY::BiosDiskNumber

Definition at line 160 of file diskpart.h.

Referenced by AddDiskToList(), and clean_main().

◆ BiosFound

BOOLEAN _DISKENTRY::BiosFound

Definition at line 99 of file partlist.h.

Referenced by AddDiskToList(), clean_main(), GetSystemDisk(), and InitDestinationPaths().

◆ Bus

USHORT _DISKENTRY::Bus

Definition at line 111 of file partlist.h.

Referenced by AddDiskToList(), GetDiskBySCSI(), and InitDestinationPaths().

◆ BytesPerSector

◆ CylinderAlignment

ULONG _DISKENTRY::CylinderAlignment

Definition at line 96 of file partlist.h.

Referenced by AddDiskToList().

◆ Cylinders

ULONGLONG _DISKENTRY::Cylinders

Definition at line 89 of file partlist.h.

Referenced by AddDiskToList().

◆ Dirty

◆ DiskNumber

◆ DiskStyle

◆ DriverName

UNICODE_STRING _DISKENTRY::DriverName

Definition at line 120 of file partlist.h.

Referenced by DestroyPartitionList(), and GetDriverName().

◆ ExtendedPartition

◆ HwAdapterNumber

ULONG _DISKENTRY::HwAdapterNumber

Definition at line 100 of file partlist.h.

Referenced by AddDiskToList(), and InitDestinationPaths().

◆ HwControllerNumber

ULONG _DISKENTRY::HwControllerNumber

Definition at line 101 of file partlist.h.

Referenced by AddDiskToList(), and InitDestinationPaths().

◆ HwDiskNumber

ULONG _DISKENTRY::HwDiskNumber

Definition at line 102 of file partlist.h.

Referenced by AddDiskToList(), DriveDlgProc(), GetDiskByBiosNumber(), and UpdateHwDiskNumbers().

◆ HwFixedDiskNumber

ULONG _DISKENTRY::HwFixedDiskNumber

Definition at line 103 of file partlist.h.

Referenced by AddDiskToList(), DriveDlgProc(), InitDestinationPaths(), and UpdateHwDiskNumbers().

◆ Id

USHORT _DISKENTRY::Id

Definition at line 112 of file partlist.h.

Referenced by AddDiskToList(), GetDiskBySCSI(), and InitDestinationPaths().

◆ LayoutBuffer

◆ ListEntry

LIST_ENTRY _DISKENTRY::ListEntry

Definition at line 80 of file partlist.h.

Referenced by GetNextPartition(), GetPrevPartition(), and InitializePartitionEntry().

◆ LogicalPartListHead

◆ Lun

USHORT _DISKENTRY::Lun

Definition at line 168 of file diskpart.h.

Referenced by AddDiskToList(), and DetailDisk().

◆ MediaType

MEDIA_TYPE _DISKENTRY::MediaType

Definition at line 85 of file partlist.h.

Referenced by AddDiskToList(), GetSystemDisk(), InitDestinationPaths(), and UpdateHwDiskNumbers().

◆ NewDisk

BOOLEAN _DISKENTRY::NewDisk

Definition at line 117 of file partlist.h.

Referenced by AddDiskToList(), clean_main(), and FindSupportedSystemPartition().

◆ NoMbr

BOOLEAN _DISKENTRY::NoMbr

Definition at line 174 of file diskpart.h.

Referenced by AddDiskToList(), and clean_main().

◆ PartList

struct _PARTLIST* _DISKENTRY::PartList

Definition at line 83 of file partlist.h.

Referenced by AddDiskToList().

◆ PathId

USHORT _DISKENTRY::PathId

Definition at line 166 of file diskpart.h.

Referenced by AddDiskToList(), and DetailDisk().

◆ Port

USHORT _DISKENTRY::Port

Definition at line 110 of file partlist.h.

Referenced by AddDiskToList(), GetDiskBySCSI(), GetDriverName(), and InitDestinationPaths().

◆ PrimaryPartListHead

◆ SectorAlignment

ULONG _DISKENTRY::SectorAlignment

◆ SectorCount

ULARGE_INTEGER _DISKENTRY::SectorCount

Definition at line 94 of file partlist.h.

Referenced by AddDiskToList(), clean_main(), and ScanForUnpartitionedDiskSpace().

◆ SectorsPerTrack

ULONG _DISKENTRY::SectorsPerTrack

Definition at line 91 of file partlist.h.

Referenced by AddDiskToList().

◆ TargetId

USHORT _DISKENTRY::TargetId

Definition at line 167 of file diskpart.h.

Referenced by AddDiskToList(), and DetailDisk().

◆ TracksPerCylinder

ULONG _DISKENTRY::TracksPerCylinder

Definition at line 90 of file partlist.h.

Referenced by AddDiskToList().


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