|
smartmontools SVN Rev 5716
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_freebsd.h>

Public Attributes | |
| struct tw_cl_command_header | cmd_hdr |
| union { | |
| union tw_cl_command_7k cmd_pkt_7k | |
| struct tw_cl_command_9k cmd_pkt_9k | |
| } | command |
Definition at line 460 of file os_freebsd.h.
| struct tw_cl_command_header tw_cl_command_packet::cmd_hdr |
Definition at line 461 of file os_freebsd.h.
| union tw_cl_command_7k tw_cl_command_packet::cmd_pkt_7k |
Definition at line 463 of file os_freebsd.h.
| struct tw_cl_command_9k tw_cl_command_packet::cmd_pkt_9k |
Definition at line 464 of file os_freebsd.h.
| union { ... } tw_cl_command_packet::command |