smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_linux.h>
Public Attributes | |
int | input_length |
int | output_length |
unsigned char | cdb [16] |
unsigned char | opcode |
unsigned char | packing |
unsigned short | table_id |
unsigned char | parameter_id |
unsigned char | parameter_size_bytes |
unsigned char | unit_index |
unsigned char | input_data [499] |
unsigned char | output_data [512] |
Definition at line 91 of file os_linux.h.
unsigned char TAG_TW_Ioctl::cdb[16] |
Definition at line 94 of file os_linux.h.
unsigned char TAG_TW_Ioctl::input_data[499] |
Definition at line 106 of file os_linux.h.
int TAG_TW_Ioctl::input_length |
Definition at line 92 of file os_linux.h.
unsigned char TAG_TW_Ioctl::opcode |
Definition at line 95 of file os_linux.h.
unsigned char TAG_TW_Ioctl::output_data[512] |
Definition at line 109 of file os_linux.h.
int TAG_TW_Ioctl::output_length |
Definition at line 93 of file os_linux.h.
unsigned char TAG_TW_Ioctl::packing |
Definition at line 100 of file os_linux.h.
unsigned char TAG_TW_Ioctl::parameter_id |
Definition at line 102 of file os_linux.h.
unsigned char TAG_TW_Ioctl::parameter_size_bytes |
Definition at line 103 of file os_linux.h.
unsigned short TAG_TW_Ioctl::table_id |
Definition at line 101 of file os_linux.h.
unsigned char TAG_TW_Ioctl::unit_index |
Definition at line 104 of file os_linux.h.