smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <openbsd_nvme_ioctl.h>
Public Attributes | |
char | bs_controller [16] |
int | bs_status |
int | bs_msg_count |
struct bio_msg | bs_msgs [BIO_MSG_COUNT] |
Definition at line 39 of file openbsd_nvme_ioctl.h.
char bio_status::bs_controller[16] |
Definition at line 40 of file openbsd_nvme_ioctl.h.
int bio_status::bs_msg_count |
Definition at line 42 of file openbsd_nvme_ioctl.h.
struct bio_msg bio_status::bs_msgs[BIO_MSG_COUNT] |
Definition at line 43 of file openbsd_nvme_ioctl.h.
int bio_status::bs_status |
Definition at line 41 of file openbsd_nvme_ioctl.h.