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_host.2 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/man/nbft_info_host.2 (limited to 'doc/man/nbft_info_host.2') diff --git a/doc/man/nbft_info_host.2 b/doc/man/nbft_info_host.2 new file mode 100644 index 0000000..4afc90b --- /dev/null +++ b/doc/man/nbft_info_host.2 @@ -0,0 +1,36 @@ +.TH "libnvme" 9 "struct nbft_info_host" "February 2024" "API Manual" LINUX +.SH NAME +struct nbft_info_host \- Host Descriptor +.SH SYNOPSIS +struct nbft_info_host { +.br +.BI " unsigned char *id;" +.br +.BI " char *nqn;" +.br +.BI " bool host_id_configured;" +.br +.BI " bool host_nqn_configured;" +.br +.BI " enum nbft_info_primary_admin_host_flag primary;" +.br +.BI " +}; +.br + +.SH Members +.IP "id" 12 +Host ID (raw UUID, length = 16 bytes). +.IP "nqn" 12 +Host NQN. +.IP "host_id_configured" 12 +HostID Configured Flag: value of True indicates that \fIid\fP +contains administratively-configured value, or driver +default value if False. +.IP "host_nqn_configured" 12 +Host NQN Configured Flag: value of True indicates that +\fInqn\fP contains administratively-configured value, +or driver default value if False. +.IP "primary" 12 +Primary Administrative Host Descriptor, see +\fIenum nbft_info_primary_admin_host_flag\fP. -- cgit v1.2.3