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 | opcode |
uint8_t | mbox [MFI_MBOX_SIZE] |
union mfi_sgl | sgl |
Definition at line 710 of file os_freebsd.h.
struct mfi_frame_header mfi_dcmd_frame::header |
Definition at line 711 of file os_freebsd.h.
uint8_t mfi_dcmd_frame::mbox[MFI_MBOX_SIZE] |
Definition at line 713 of file os_freebsd.h.
uint32_t mfi_dcmd_frame::opcode |
Definition at line 712 of file os_freebsd.h.
union mfi_sgl mfi_dcmd_frame::sgl |
Definition at line 714 of file os_freebsd.h.