From 068a45420f2c98887e220b45e946cc7074da550e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 21:22:29 +0200 Subject: Adding upstream version 1.8. Signed-off-by: Daniel Baumann --- doc/man/nbft_info_nid_type.2 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/man/nbft_info_nid_type.2 (limited to 'doc/man/nbft_info_nid_type.2') diff --git a/doc/man/nbft_info_nid_type.2 b/doc/man/nbft_info_nid_type.2 new file mode 100644 index 0000000..74599ad --- /dev/null +++ b/doc/man/nbft_info_nid_type.2 @@ -0,0 +1,30 @@ +.TH "libnvme" 9 "enum nbft_info_nid_type" "February 2024" "API Manual" LINUX +.SH NAME +enum nbft_info_nid_type \- Namespace Identifier Type (NIDT) +.SH SYNOPSIS +enum nbft_info_nid_type { +.br +.BI " NBFT_INFO_NID_TYPE_NONE" +, +.br +.br +.BI " NBFT_INFO_NID_TYPE_EUI64" +, +.br +.br +.BI " NBFT_INFO_NID_TYPE_NGUID" +, +.br +.br +.BI " NBFT_INFO_NID_TYPE_NS_UUID" + +}; +.SH Constants +.IP "NBFT_INFO_NID_TYPE_NONE" 12 +No identifier available. +.IP "NBFT_INFO_NID_TYPE_EUI64" 12 +The EUI-64 identifier. +.IP "NBFT_INFO_NID_TYPE_NGUID" 12 +The NSGUID identifier. +.IP "NBFT_INFO_NID_TYPE_NS_UUID" 12 +The UUID identifier. -- cgit v1.2.3