|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include <atapi.h>

Public Member Functions | |
| _Write_guarded_by_ (_Global_interlock_) volatile LONG PageFiles | |
| _Write_guarded_by_ (_Global_interlock_) volatile LONG HibernateFiles | |
| _Write_guarded_by_ (_Global_interlock_) volatile LONG DumpFiles | |
Public Attributes | |
| DEVICE_POWER_STATE | DevicePowerState |
| SYSTEM_POWER_STATE | SystemPowerState |
| union { | |
| PDEVICE_OBJECT LowerDeviceObject | |
| PVOID FdoExt | |
| }; | |
| ULONG | Flags |
| PDEVICE_OBJECT | Self |
| IO_REMOVE_LOCK | RemoveLock |
| _ATAPORT_COMMON_EXTENSION::_Write_guarded_by_ | ( | _Global_interlock_ | ) | volatile |
| _ATAPORT_COMMON_EXTENSION::_Write_guarded_by_ | ( | _Global_interlock_ | ) | volatile |
| _ATAPORT_COMMON_EXTENSION::_Write_guarded_by_ | ( | _Global_interlock_ | ) | volatile |
| union { ... } _ATAPORT_COMMON_EXTENSION::@1164 |
| DEVICE_POWER_STATE _ATAPORT_COMMON_EXTENSION::DevicePowerState |
PNP device power state.
Definition at line 415 of file atapi.h.
Referenced by AtaDeviceCheckPowerState().
| PVOID _ATAPORT_COMMON_EXTENSION::FdoExt |
Parent FDO. This applies to PDO only.
Definition at line 426 of file atapi.h.
Referenced by AtaDeviceLogEvent(), AtaPdoCreateDevice(), AtaPdoDeviceControl(), AtaPdoHandleAtaPassthrough(), AtaPdoHandleGetScsiAddress(), AtaPdoHandleMiniportSmartVersion(), AtaPdoHandleScsiPassthrough(), AtaPdoPowerSetDevicePowerState(), AtaPdoRemoveDevice(), and AtaPnpRepeatRequest().
| PDEVICE_OBJECT _ATAPORT_COMMON_EXTENSION::LowerDeviceObject |
Lower device object. This applies to FDO only.
Definition at line 423 of file atapi.h.
Referenced by AtaAddChannel().
| IO_REMOVE_LOCK _ATAPORT_COMMON_EXTENSION::RemoveLock |
Definition at line 434 of file atapi.h.
Referenced by AtaFdoFindDeviceByPath(), AtaFdoFindNextDeviceByPath(), AtaFdoHandleGetScsiInquiryData(), AtaFdoHandleScsiMiniport(), AtaFdoHandleScsiPassthrough(), AtaPdoHandleMiniportSmartVersion(), AtaPdoPowerUpCompletionRoutine(), AtaPortExitStateMachine(), and AtaStorageNotificationlDpc().
| PDEVICE_OBJECT _ATAPORT_COMMON_EXTENSION::Self |
Definition at line 432 of file atapi.h.
Referenced by AtaDeviceCheckPowerState(), AtaDeviceLogEvent(), AtaFdoInitializeDeviceRelations(), AtaPdoDeviceControl(), AtaPdoPowerSetDevicePowerState(), AtaPnpRepeatRequest(), AtaQueryWmiRegInfo(), and AtaStorageNotificationlDpc().
| SYSTEM_POWER_STATE _ATAPORT_COMMON_EXTENSION::SystemPowerState |
PNP system power state.
Definition at line 418 of file atapi.h.
Referenced by AtaDeviceCheckPowerState(), and AtaPdoPowerSetSysStateWithDevStateComplete().