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_dsm_range.2
Normal file
23
doc/man/nvme_dsm_range.2
Normal file
|
@ -0,0 +1,23 @@
|
|||
.TH "libnvme" 9 "struct nvme_dsm_range" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_dsm_range \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_dsm_range {
|
||||
.br
|
||||
.BI " __le32 cattr;"
|
||||
.br
|
||||
.BI " __le32 nlb;"
|
||||
.br
|
||||
.BI " __le64 slba;"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "cattr" 12
|
||||
Context Attributes
|
||||
.IP "nlb" 12
|
||||
Length in logical blocks
|
||||
.IP "slba" 12
|
||||
Starting LBA
|
Loading…
Add table
Add a link
Reference in a new issue