1
0
Fork 0

Adding upstream version 1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-15 08:44:15 +01:00
parent 809e3412a9
commit 336fe81026
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
743 changed files with 51081 additions and 0 deletions

48
doc/man/nvme_zns_zs.2 Normal file
View file

@ -0,0 +1,48 @@
.TH "libnvme" 9 "enum nvme_zns_zs" "April 2022" "API Manual" LINUX
.SH NAME
enum nvme_zns_zs \-
.SH SYNOPSIS
enum nvme_zns_zs {
.br
.BI " NVME_ZNS_ZS_EMPTY"
,
.br
.br
.BI " NVME_ZNS_ZS_IMPL_OPEN"
,
.br
.br
.BI " NVME_ZNS_ZS_EXPL_OPEN"
,
.br
.br
.BI " NVME_ZNS_ZS_CLOSED"
,
.br
.br
.BI " NVME_ZNS_ZS_READ_ONLY"
,
.br
.br
.BI " NVME_ZNS_ZS_FULL"
,
.br
.br
.BI " NVME_ZNS_ZS_OFFLINE"
};
.SH Constants
.IP "NVME_ZNS_ZS_EMPTY" 12
Empty state
.IP "NVME_ZNS_ZS_IMPL_OPEN" 12
Implicitly open state
.IP "NVME_ZNS_ZS_EXPL_OPEN" 12
Explicitly open state
.IP "NVME_ZNS_ZS_CLOSED" 12
Closed state
.IP "NVME_ZNS_ZS_READ_ONLY" 12
Read only state
.IP "NVME_ZNS_ZS_FULL" 12
Full state
.IP "NVME_ZNS_ZS_OFFLINE" 12
Offline state