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
33
doc/man/nvme_ns_id_desc_nidt.2
Normal file
33
doc/man/nvme_ns_id_desc_nidt.2
Normal file
|
@ -0,0 +1,33 @@
|
|||
.TH "libnvme" 9 "enum nvme_ns_id_desc_nidt" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_ns_id_desc_nidt \- Known namespace identifier types
|
||||
.SH SYNOPSIS
|
||||
enum nvme_ns_id_desc_nidt {
|
||||
.br
|
||||
.BI " NVME_NIDT_EUI64"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NIDT_NGUID"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NIDT_UUID"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_NIDT_CSI"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_NIDT_EUI64" 12
|
||||
IEEE Extended Unique Identifier, the NID field contains a
|
||||
copy of the EUI64 field in the struct nvme_id_ns.eui64.
|
||||
.IP "NVME_NIDT_NGUID" 12
|
||||
Namespace Globally Unique Identifier, the NID field
|
||||
contains a copy of the NGUID field in struct nvme_id_ns.nguid.
|
||||
.IP "NVME_NIDT_UUID" 12
|
||||
The NID field contains a 128-bit Universally Unique
|
||||
Identifier (UUID) as specified in RFC 4122.
|
||||
.IP "NVME_NIDT_CSI" 12
|
||||
The NID field contains the command set indentifier.
|
Loading…
Add table
Add a link
Reference in a new issue