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

View 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.