1nvmf_get_discovery_wargs(9) libnvme API manual nvmf_get_discovery_wargs(9)
2
3
4
6 nvmf_get_discovery_wargs - Get the discovery log page with args
7
9 struct nvmf_discovery_log * nvmf_get_discovery_wargs (struct
10 nvme_get_discovery_args *args );
11
13 args Argument structure
14
16 This function is similar to nvmf_get_discovery_log, but takes an exten‐
17 sible args parameter. args provides more options than nvmf_get_discov‐
18 ery_log.
19
20 This function performs a get discovery log page (DLP) command and re‐
21 turns the DLP. The memory allocated for the returned DLP must be freed
22 by the caller using free.
23
25 Pointer to the discovery log page (to be freed). NULL on failure and
26 errno is set.
27
28
29
30November 2022 nvmf_get_discovery_wargsnvmf_get_discovery_wargs(9)