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
31
doc/man/nvme_lba_status_desc.2
Normal file
31
doc/man/nvme_lba_status_desc.2
Normal file
|
@ -0,0 +1,31 @@
|
|||
.TH "libnvme" 9 "struct nvme_lba_status_desc" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_lba_status_desc \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_lba_status_desc {
|
||||
.br
|
||||
.BI " __le64 dslba;"
|
||||
.br
|
||||
.BI " __le32 nlb;"
|
||||
.br
|
||||
.BI " __u8 rsvd12;"
|
||||
.br
|
||||
.BI " __u8 status;"
|
||||
.br
|
||||
.BI " __u8 rsvd14[2];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "dslba" 12
|
||||
Descriptor Starting LBA
|
||||
.IP "nlb" 12
|
||||
Number of Logical Blocks
|
||||
.IP "rsvd12" 12
|
||||
Reserved
|
||||
.IP "status" 12
|
||||
Additional status about this LBA range
|
||||
.IP "rsvd14" 12
|
||||
Reserved
|
Loading…
Add table
Add a link
Reference in a new issue