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
59
doc/man/nvme_resv_status.2
Normal file
59
doc/man/nvme_resv_status.2
Normal file
|
@ -0,0 +1,59 @@
|
|||
.TH "libnvme" 9 "struct nvme_resv_status" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_resv_status \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_resv_status {
|
||||
.br
|
||||
.BI " __le32 gen;"
|
||||
.br
|
||||
.BI " __u8 rtype;"
|
||||
.br
|
||||
.BI " __u8 regctl[2];"
|
||||
.br
|
||||
.BI " __u8 rsvd7[2];"
|
||||
.br
|
||||
.BI " __u8 ptpls;"
|
||||
.br
|
||||
.BI " __u8 rsvd10[14];"
|
||||
.br
|
||||
.BI " union {"
|
||||
.br
|
||||
.BI " struct {"
|
||||
.br
|
||||
.BI " __u8 rsvd24[40];"
|
||||
.br
|
||||
.BI " struct nvme_registered_ctrl_ext regctl_eds[0];"
|
||||
.br
|
||||
.BI " };"
|
||||
.br
|
||||
.BI " struct nvme_registered_ctrl regctl_ds[0];"
|
||||
.br
|
||||
.BI " };"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "gen" 12
|
||||
Generation
|
||||
.IP "rtype" 12
|
||||
Reservation Type
|
||||
.IP "regctl" 12
|
||||
Number of Registered Controllers
|
||||
.IP "rsvd7" 12
|
||||
Reserved
|
||||
.IP "ptpls" 12
|
||||
Persist Through Power Loss State
|
||||
.IP "rsvd10" 12
|
||||
Reserved
|
||||
.IP "{unnamed_union}" 12
|
||||
anonymous
|
||||
.IP "{unnamed_struct}" 12
|
||||
anonymous
|
||||
.IP "rsvd24" 12
|
||||
Reserved
|
||||
.IP "regctl_eds" 12
|
||||
Registered Controller Extended Data Structure
|
||||
.IP "regctl_ds" 12
|
||||
Registered Controller Data Structure
|
Loading…
Add table
Add a link
Reference in a new issue