smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_freebsd.h>
Public Attributes | |
struct tw_cl_driver_packet | driver_pkt |
TW_INT8 | padding [488] |
struct tw_cl_command_packet | cmd_pkt |
union { | |
struct tw_cl_event_packet event_pkt | |
struct tw_cl_lock_packet lock_pkt | |
struct tw_cl_compatibility_packet compat_pkt | |
TW_INT8 data_buf [1] | |
} | payload |
Definition at line 536 of file os_freebsd.h.
struct tw_cl_command_packet tw_osli_ioctl_with_payload::cmd_pkt |
Definition at line 539 of file os_freebsd.h.
struct tw_cl_compatibility_packet tw_osli_ioctl_with_payload::compat_pkt |
Definition at line 543 of file os_freebsd.h.
TW_INT8 tw_osli_ioctl_with_payload::data_buf[1] |
Definition at line 544 of file os_freebsd.h.
struct tw_cl_driver_packet tw_osli_ioctl_with_payload::driver_pkt |
Definition at line 537 of file os_freebsd.h.
struct tw_cl_event_packet tw_osli_ioctl_with_payload::event_pkt |
Definition at line 541 of file os_freebsd.h.
struct tw_cl_lock_packet tw_osli_ioctl_with_payload::lock_pkt |
Definition at line 542 of file os_freebsd.h.
TW_INT8 tw_osli_ioctl_with_payload::padding[488] |
Definition at line 538 of file os_freebsd.h.
union { ... } tw_osli_ioctl_with_payload::payload |