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
27
doc/man/nvme_ana_log.2
Normal file
27
doc/man/nvme_ana_log.2
Normal file
|
@ -0,0 +1,27 @@
|
|||
.TH "libnvme" 9 "struct nvme_ana_log" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_ana_log \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_ana_log {
|
||||
.br
|
||||
.BI " __le64 chgcnt;"
|
||||
.br
|
||||
.BI " __le16 ngrps;"
|
||||
.br
|
||||
.BI " __u8 rsvd10[6];"
|
||||
.br
|
||||
.BI " struct nvme_ana_group_desc descs[];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "chgcnt" 12
|
||||
Change Count
|
||||
.IP "ngrps" 12
|
||||
Number of ANA Group Descriptors
|
||||
.IP "rsvd10" 12
|
||||
Reserved
|
||||
.IP "descs" 12
|
||||
ANA Group Descriptor
|
Loading…
Add table
Add a link
Reference in a new issue