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

Public Attributes | |
| struct bio | pt_bio |
| uint8_t | pt_opcode |
| uint32_t | pt_nsid |
| uint32_t | pt_cdw10 |
| uint32_t | pt_cdw11 |
| uint32_t | pt_cdw12 |
| uint32_t | pt_cdw13 |
| uint32_t | pt_cdw14 |
| uint32_t | pt_cdw15 |
| caddr_t | pt_status |
| uint32_t | pt_statuslen |
| caddr_t | pt_databuf |
| uint32_t | pt_databuflen |
Definition at line 51 of file openbsd_nvme_ioctl.h.
| struct bio nvme_pt_cmd::pt_bio |
Definition at line 53 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw10 |
Definition at line 58 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw11 |
Definition at line 59 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw12 |
Definition at line 60 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw13 |
Definition at line 61 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw14 |
Definition at line 62 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_cdw15 |
Definition at line 63 of file openbsd_nvme_ioctl.h.
| caddr_t nvme_pt_cmd::pt_databuf |
Definition at line 68 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_databuflen |
Definition at line 69 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_nsid |
Definition at line 57 of file openbsd_nvme_ioctl.h.
| uint8_t nvme_pt_cmd::pt_opcode |
Definition at line 56 of file openbsd_nvme_ioctl.h.
| caddr_t nvme_pt_cmd::pt_status |
Definition at line 65 of file openbsd_nvme_ioctl.h.
| uint32_t nvme_pt_cmd::pt_statuslen |
Definition at line 66 of file openbsd_nvme_ioctl.h.