ReactOS 0.4.15-dev-7924-g5949c20
_DISK_INFORMATION Struct Reference

#include <scsi.h>

Collaboration diagram for _DISK_INFORMATION:

Public Attributes

PDEVICE_OBJECT DeviceObject
 
ULONG SectorSize
 
DISK_GEOMETRY_EX DiskGeometry
 
PUCHAR Buffer
 
ULONGLONG SectorCount
 
UCHAR Length [2]
 
UCHAR DiskStatus:2
 
UCHAR LastSessionStatus:2
 
UCHAR Erasable:1
 
UCHAR Reserved1:3
 
UCHAR FirstTrackNumber
 
UCHAR NumberOfSessions
 
UCHAR LastSessionFirstTrack
 
UCHAR LastSessionLastTrack
 
UCHAR Reserved2:5
 
UCHAR GEN:1
 
UCHAR DBC_V:1
 
UCHAR DID_V:1
 
UCHAR DiskType
 
UCHAR Reserved3 [3]
 
UCHAR DiskIdentification [4]
 
UCHAR LastSessionLeadIn [4]
 
UCHAR LastPossibleStartTime [4]
 
UCHAR DiskBarCode [8]
 
UCHAR Reserved4
 
UCHAR NumberOPCEntries
 
OPC_TABLE_ENTRY OPCTable [0]
 

Detailed Description

Definition at line 17 of file fstubex.c.

Member Data Documentation

◆ Buffer

PUCHAR _DISK_INFORMATION::Buffer

Definition at line 22 of file fstubex.c.

Referenced by FstubAllocateDiskInformation(), FstubCreateDiskMBR(), and FstubCreateDiskRaw().

◆ DBC_V

UCHAR _DISK_INFORMATION::DBC_V

Definition at line 2183 of file scsi.h.

◆ DeviceObject

PDEVICE_OBJECT _DISK_INFORMATION::DeviceObject

Definition at line 19 of file fstubex.c.

Referenced by FstubAllocateDiskInformation(), FstubCreateDiskMBR(), and FstubCreateDiskRaw().

◆ DID_V

UCHAR _DISK_INFORMATION::DID_V

Definition at line 2184 of file scsi.h.

◆ DiskBarCode

UCHAR _DISK_INFORMATION::DiskBarCode[8]

Definition at line 2190 of file scsi.h.

◆ DiskGeometry

DISK_GEOMETRY_EX _DISK_INFORMATION::DiskGeometry

Definition at line 21 of file fstubex.c.

Referenced by FstubAllocateDiskInformation().

◆ DiskIdentification

UCHAR _DISK_INFORMATION::DiskIdentification[4]

Definition at line 2187 of file scsi.h.

◆ DiskStatus

UCHAR _DISK_INFORMATION::DiskStatus

Definition at line 2173 of file scsi.h.

◆ DiskType

UCHAR _DISK_INFORMATION::DiskType

Definition at line 2185 of file scsi.h.

◆ Erasable

UCHAR _DISK_INFORMATION::Erasable

Definition at line 2175 of file scsi.h.

◆ FirstTrackNumber

UCHAR _DISK_INFORMATION::FirstTrackNumber

Definition at line 2177 of file scsi.h.

◆ GEN

UCHAR _DISK_INFORMATION::GEN

Definition at line 2182 of file scsi.h.

◆ LastPossibleStartTime

UCHAR _DISK_INFORMATION::LastPossibleStartTime[4]

Definition at line 2189 of file scsi.h.

◆ LastSessionFirstTrack

UCHAR _DISK_INFORMATION::LastSessionFirstTrack

Definition at line 2179 of file scsi.h.

◆ LastSessionLastTrack

UCHAR _DISK_INFORMATION::LastSessionLastTrack

Definition at line 2180 of file scsi.h.

◆ LastSessionLeadIn

UCHAR _DISK_INFORMATION::LastSessionLeadIn[4]

Definition at line 2188 of file scsi.h.

◆ LastSessionStatus

UCHAR _DISK_INFORMATION::LastSessionStatus

Definition at line 2174 of file scsi.h.

◆ Length

UCHAR _DISK_INFORMATION::Length[2]

Definition at line 2172 of file scsi.h.

◆ NumberOfSessions

UCHAR _DISK_INFORMATION::NumberOfSessions

Definition at line 2178 of file scsi.h.

◆ NumberOPCEntries

UCHAR _DISK_INFORMATION::NumberOPCEntries

Definition at line 2192 of file scsi.h.

◆ OPCTable

OPC_TABLE_ENTRY _DISK_INFORMATION::OPCTable[0]

Definition at line 2193 of file scsi.h.

◆ Reserved1

UCHAR _DISK_INFORMATION::Reserved1

Definition at line 2176 of file scsi.h.

◆ Reserved2

UCHAR _DISK_INFORMATION::Reserved2

Definition at line 2181 of file scsi.h.

◆ Reserved3

UCHAR _DISK_INFORMATION::Reserved3[3]

Definition at line 2186 of file scsi.h.

◆ Reserved4

UCHAR _DISK_INFORMATION::Reserved4

Definition at line 2191 of file scsi.h.

◆ SectorCount

ULONGLONG _DISK_INFORMATION::SectorCount

◆ SectorSize


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