1nvmf_get_discovery_log(9)     libnvme API manual     nvmf_get_discovery_log(9)
2
3
4

NAME

6       nvmf_get_discovery_log - Return the discovery log page
7

SYNOPSIS

9       int  nvmf_get_discovery_log  (nvme_ctrl_t c , struct nvmf_discovery_log
10       **logp , int max_retries );
11

ARGUMENTS

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

DESCRIPTION

20       The memory allocated for the log page and  returned  in  logp  must  be
21       freed by the caller using free.
22

NOTE

24       Consider using nvmf_get_discovery_wargs instead.
25

RETURN

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)
Impressum