Scroll to navigation

nvmf_get_discovery_log(2) libnvme API manual nvmf_get_discovery_log(2)

NAME

nvmf_get_discovery_log - Return the discovery log page

SYNOPSIS

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

ARGUMENTS

Discover controller to use
Pointer to the log page to be returned
maximum number of log page entries to be returned

RETURN

0 on success; on failure -1 is returned and errno is set

nvmf_get_discovery_log October 2022