nvmf_get_discovery_log - Man Page
Return the discovery log page
Synopsis
int nvmf_get_discovery_log (nvme_ctrl_t c , struct nvmf_discovery_log **logp , int max_retries );
Arguments
- c
Discover controller to use
- logp
Pointer to the log page to be returned
- max_retries
maximum number of log page entries to be returned
Return
0 on success; on failure -1 is returned and errno is set
Info
August 2022 libnvme API manual