1nvme_get_ana_log_len(9) libnvme API manual nvme_get_ana_log_len(9)
23
4
NAME
6nvme_get_ana_log_len - Retrieve size of the current ANA log
7
SYNOPSIS
9int nvme_get_ana_log_len (int fd , size_t *analen );
10
ARGUMENTS
12fd File descriptor of nvme device
1314
analen Pointer to where the length will be set on success
15
RETURN
17The nvme command status if a response was received (see enum nvme_sta‐
18tus_field) or -1 with errno set otherwise.
1920
21
22
April 2023 nvme_get_ana_log_len nvme_get_ana_log_len(9)