blob: 4d76f29c242716cd899a8a96f79d27eb87617f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.TH "libnvme" 9 "enum nvme_ns_mgmt_sel" "August 2022" "API Manual" LINUX
.SH NAME
enum nvme_ns_mgmt_sel \- Namespace Management - Select
.SH SYNOPSIS
enum nvme_ns_mgmt_sel {
.br
.BI " NVME_NS_MGMT_SEL_CREATE"
,
.br
.br
.BI " NVME_NS_MGMT_SEL_DELETE"
};
.SH Constants
.IP "NVME_NS_MGMT_SEL_CREATE" 12
Namespace Create selection
.IP "NVME_NS_MGMT_SEL_DELETE" 12
Namespace Delete selection
|