|
smartmontools SVN Rev 5716
Utility to control and monitor storage systems with "S.M.A.R.T."
|

Go to the source code of this file.
Classes | |
| struct | address64 |
| struct | user_sgentry64 |
| struct | user_sgentry32 |
| struct | user_sgmap64 |
| struct | user_sgmap32 |
| struct | user_aac_srb64 |
| struct | user_aac_srb32 |
| struct | user_aac_reply |
Macros | |
| #define | METHOD_BUFFERED 0 |
| #define | METHOD_NEITHER 3 |
| #define | CTL_CODE(function, method) ((4<< 16) | ((function) << 2) | (method) ) |
| #define | FSACTL_SEND_RAW_SRB CTL_CODE(2067, METHOD_BUFFERED) |
| #define | SRB_FUNCTION_EXECUTE_SCSI 0X00 |
| #define | SRB_DataIn 0x0040 |
| #define | SRB_DataOut 0x0080 |
| #define | SRB_NoDataXfer 0x0000 |
| #define CTL_CODE | ( | function, | |
| method | |||
| ) | ((4<< 16) | ((function) << 2) | (method) ) |
| #define FSACTL_SEND_RAW_SRB CTL_CODE(2067, METHOD_BUFFERED) |