logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_ns_id_desc_nidt - Known namespace identifier types

Constants

NVME_NIDT_EUI64 IEEE Extended Unique Identifier, the NID field contains a copy of the EUI64 field in the struct nvme_id_ns.eui64. NVME_NIDT_NGUID Namespace Globally Unique Identifier, the NID field contains a copy of the NGUID field in struct nvme_id_ns.nguid. NVME_NIDT_UUID The NID field contains a 128-bit Universally Unique Identifier (UUID) as specified in RFC 4122. NVME_NIDT_CSI The NID field contains the command set identifier. May 2025 enum nvme_ns_id_desc_nidt libnvme(2)

Name

enum nvme_ns_id_desc_nidt - Known namespace identifier types

Synopsis

enum nvme_ns_id_desc_nidt { NVME_NIDT_EUI64 , NVME_NIDT_NGUID , NVME_NIDT_UUID , NVME_NIDT_CSI };

See Also