1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nbft_info_discovery - Discovery Descriptor
7

SYNOPSIS

9       struct nbft_info_discovery {
10           int index;
11           struct nbft_info_security *security;
12           struct nbft_info_hfi *hfi;
13           char *uri;
14           char *nqn;
15        };
16
17

Members

19       index       The  number  of  this Discovery Descriptor in the Discovery
20                   Descriptor List.
21
22       security    The Security Profile Descriptor, see struct nbft_info_secu‐
23                   rity.
24
25       hfi         The  HFI Descriptor associated with this Discovery Descrip‐
26                   tor.  See struct nbft_info_hfi.
27
28       uri         A URI which indicates an NVMe Discovery controller  associ‐
29                   ated with this Discovery Descriptor.
30
31       nqn         An NVMe Discovery controller NQN.
32
33
34
35April 2023                struct nbft_info_discovery                libnvme(9)
Impressum