|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <uata_ctl.h>

Public Attributes | |
| SRB_IO_CONTROL | hdr |
| SCSI_ADDRESS | addr |
| ULONG | Reserved |
| union { | |
| UCHAR RawData [1] | |
| ADDREMOVEDEV FindDelDev | |
| SETTRANSFERMODE SetMode | |
| GETTRANSFERMODE GetMode | |
| ADAPTERINFO AdapterInfo | |
| GETDRVVERSION Version | |
| UNIATA_REG_IO_HDR RegIo | |
| }; | |
Definition at line 294 of file uata_ctl.h.
| union { ... } _UNIATA_CTL::@1438 |
| ADAPTERINFO _UNIATA_CTL::AdapterInfo |
Definition at line 303 of file uata_ctl.h.
Referenced by AtapiStartIo__().
| SCSI_ADDRESS _UNIATA_CTL::addr |
Definition at line 296 of file uata_ctl.h.
Referenced by ata_send_ioctl(), and AtapiStartIo__().
| ADDREMOVEDEV _UNIATA_CTL::FindDelDev |
Definition at line 300 of file uata_ctl.h.
Referenced by AtapiStartIo__().
| GETTRANSFERMODE _UNIATA_CTL::GetMode |
Definition at line 302 of file uata_ctl.h.
Referenced by AtapiStartIo__().
| SRB_IO_CONTROL _UNIATA_CTL::hdr |
Definition at line 295 of file uata_ctl.h.
Referenced by ata_send_ioctl(), and AtapiStartIo__().
| UCHAR _UNIATA_CTL::RawData[1] |
Definition at line 299 of file uata_ctl.h.
Referenced by ata_send_ioctl().
| UNIATA_REG_IO_HDR _UNIATA_CTL::RegIo |
Definition at line 307 of file uata_ctl.h.
| ULONG _UNIATA_CTL::Reserved |
Definition at line 297 of file uata_ctl.h.
| SETTRANSFERMODE _UNIATA_CTL::SetMode |
Definition at line 301 of file uata_ctl.h.
Referenced by AtapiStartIo__().
| GETDRVVERSION _UNIATA_CTL::Version |
Definition at line 306 of file uata_ctl.h.
Referenced by AtapiStartIo__().