ReactOS 0.4.16-dev-289-g096a551
|
#include <helper.h>
Public Attributes | |
ULONG | cBufferSize |
IDEREGS | irDriveRegs |
UCHAR | bDriveNumber |
UCHAR | bReserved [3] |
ULONG | dwReserved [4] |
UCHAR | bBuffer [1] |
UCHAR _SENDCMDINPARAMS::bBuffer |
Definition at line 36 of file helper.h.
Referenced by DiskWriteSmartLog().
UCHAR _SENDCMDINPARAMS::bDriveNumber |
Definition at line 33 of file helper.h.
Referenced by AtapiStartIo(), AtapiStartIo__(), DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), DiskPerformSmartCommand(), and IdeSendSmartCommand().
ULONG _SENDCMDINPARAMS::cBufferSize |
Definition at line 31 of file helper.h.
Referenced by DiskPerformSmartCommand().
IDEREGS _SENDCMDINPARAMS::irDriveRegs |
Definition at line 32 of file helper.h.
Referenced by AtapiStartIo(), AtapiStartIo__(), DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), DiskPerformSmartCommand(), and IdeSendSmartCommand().