1nvmf_get_discovery_log(9) libnvme API manual nvmf_get_discovery_log(9)
2
3
4
6 nvmf_get_discovery_log - Return the discovery log page
7
9 int nvmf_get_discovery_log (nvme_ctrl_t c , struct nvmf_discovery_log
10 **logp , int max_retries );
11
13 c Discovery controller to use
14
15 logp Pointer to the log page to be returned
16
17 max_retries Number of retries in case of failure
18
20 The memory allocated for the log page and returned in logp must be
21 freed by the caller using free.
22
24 Consider using nvmf_get_discovery_wargs instead.
25
27 0 on success; on failure -1 is returned and errno is set
28
29
30
31November 2022 nvmf_get_discovery_log nvmf_get_discovery_log(9)