1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nbft_info_host - Host Descriptor
7
9 struct nbft_info_host {
10 unsigned char *id;
11 char *nqn;
12 bool host_id_configured;
13 bool host_nqn_configured;
14 enum nbft_info_primary_admin_host_flag primary;
15 };
16
17
19 id Host ID (raw UUID, length = 16 bytes).
20
21 nqn Host NQN.
22
23 host_id_configured
24 HostID Configured Flag: value of True indicates that id
25 contains administratively-configured value, or driver de‐
26 fault value if False.
27
28 host_nqn_configured
29 Host NQN Configured Flag: value of True indicates that nqn
30 contains administratively-configured value, or driver de‐
31 fault value if False.
32
33 primary Primary Administrative Host Descriptor, see enum
34 nbft_info_primary_admin_host_flag.
35
36
37
38October 2023 struct nbft_info_host libnvme(9)