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
30
doc/man/nvme_ns_write_protect_cfg.2
Normal file
30
doc/man/nvme_ns_write_protect_cfg.2
Normal file
|
@ -0,0 +1,30 @@
|
|||
.TH "libnvme" 9 "enum nvme_ns_write_protect_cfg" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_ns_write_protect_cfg \-
|
||||
.SH SYNOPSIS
|
||||
enum nvme_ns_write_protect_cfg {
|
||||
.br
|
||||
.BI " NVME_NS_WP_CFG_NONE"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NS_WP_CFG_PROTECT"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NS_WP_CFG_PROTECT_POWER_CYCLE"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NS_WP_CFG_PROTECT_PERMANENT"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_NS_WP_CFG_NONE" 12
|
||||
No Write Protect
|
||||
.IP "NVME_NS_WP_CFG_PROTECT" 12
|
||||
Write Protect
|
||||
.IP "NVME_NS_WP_CFG_PROTECT_POWER_CYCLE" 12
|
||||
Write Protect Until Power Cycle
|
||||
.IP "NVME_NS_WP_CFG_PROTECT_PERMANENT" 12
|
||||
Permanent Write Protect
|
Loading…
Add table
Add a link
Reference in a new issue