Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
71
doc/man/nvme_endurance_group_log.2
Normal file
71
doc/man/nvme_endurance_group_log.2
Normal file
|
@ -0,0 +1,71 @@
|
|||
.TH "libnvme" 9 "struct nvme_endurance_group_log" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_endurance_group_log \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_endurance_group_log {
|
||||
.br
|
||||
.BI " __u8 critical_warning;"
|
||||
.br
|
||||
.BI " __u8 rsvd1[2];"
|
||||
.br
|
||||
.BI " __u8 avl_spare;"
|
||||
.br
|
||||
.BI " __u8 avl_spare_threshold;"
|
||||
.br
|
||||
.BI " __u8 percent_used;"
|
||||
.br
|
||||
.BI " __u8 rsvd6[26];"
|
||||
.br
|
||||
.BI " __u8 endurance_estimate[16];"
|
||||
.br
|
||||
.BI " __u8 data_units_read[16];"
|
||||
.br
|
||||
.BI " __u8 data_units_written[16];"
|
||||
.br
|
||||
.BI " __u8 media_units_written[16];"
|
||||
.br
|
||||
.BI " __u8 host_read_cmds[16];"
|
||||
.br
|
||||
.BI " __u8 host_write_cmds[16];"
|
||||
.br
|
||||
.BI " __u8 media_data_integrity_err[16];"
|
||||
.br
|
||||
.BI " __u8 num_err_info_log_entries[16];"
|
||||
.br
|
||||
.BI " __u8 rsvd160[352];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "critical_warning" 12
|
||||
Critical Warning
|
||||
.IP "rsvd1" 12
|
||||
Reserved
|
||||
.IP "avl_spare" 12
|
||||
Available Spare
|
||||
.IP "avl_spare_threshold" 12
|
||||
Available Spare Threshold
|
||||
.IP "percent_used" 12
|
||||
Percentage Used
|
||||
.IP "rsvd6" 12
|
||||
Reserved
|
||||
.IP "endurance_estimate" 12
|
||||
Endurance Estimate
|
||||
.IP "data_units_read" 12
|
||||
Data Units Read
|
||||
.IP "data_units_written" 12
|
||||
Data Units Written
|
||||
.IP "media_units_written" 12
|
||||
Media Units Written
|
||||
.IP "host_read_cmds" 12
|
||||
Host Read Commands
|
||||
.IP "host_write_cmds" 12
|
||||
Host Write Commands
|
||||
.IP "media_data_integrity_err" 12
|
||||
Media and Data Integrity Errors
|
||||
.IP "num_err_info_log_entries" 12
|
||||
Number of Error Information Log Entries
|
||||
.IP "rsvd160" 12
|
||||
Reserved
|
Loading…
Add table
Add a link
Reference in a new issue