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
23
doc/man/nvme_id_directives.2
Normal file
23
doc/man/nvme_id_directives.2
Normal file
|
@ -0,0 +1,23 @@
|
|||
.TH "libnvme" 9 "struct nvme_id_directives" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_id_directives \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_id_directives {
|
||||
.br
|
||||
.BI " __u8 supported[32];"
|
||||
.br
|
||||
.BI " __u8 enabled[32];"
|
||||
.br
|
||||
.BI " __u8 rsvd64[4032];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "supported" 12
|
||||
Identify directive is supported
|
||||
.IP "enabled" 12
|
||||
Identify directive is Enabled
|
||||
.IP "rsvd64" 12
|
||||
Reserved
|
Loading…
Add table
Add a link
Reference in a new issue