smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_freebsd.h>
Public Attributes | |
struct mfi_frame_header | header |
uint32_t | sense_addr_lo |
uint32_t | sense_addr_hi |
uint8_t | cdb [16] |
union mfi_sgl | sgl |
Definition at line 699 of file os_freebsd.h.
uint8_t mfi_pass_frame::cdb[16] |
Definition at line 703 of file os_freebsd.h.
struct mfi_frame_header mfi_pass_frame::header |
Definition at line 700 of file os_freebsd.h.
uint32_t mfi_pass_frame::sense_addr_hi |
Definition at line 702 of file os_freebsd.h.
uint32_t mfi_pass_frame::sense_addr_lo |
Definition at line 701 of file os_freebsd.h.
union mfi_sgl mfi_pass_frame::sgl |
Definition at line 704 of file os_freebsd.h.