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

NAME

6       nvme_get_log_ana_groups  -  Retrieve Asymmetric Namespace Access groups
7       only log page
8

SYNOPSIS

10       int nvme_get_log_ana_groups (int fd , bool rae ,  __u32  len  ,  struct
11       nvme_ana_group_desc *log );
12

ARGUMENTS

14       fd          File descriptor of nvme device
15
16       rae         Retain asynchronous events
17
18       len         The allocated length of the log page
19
20       log         User address to store the ana group log
21

DESCRIPTION

23       See  struct  nvme_ana_group_desc  for  the  definition  of the returned
24       structure.
25

RETURN

27       The nvme command status if a response was received (see enum  nvme_sta‐
28       tus_field) or -1 with errno set otherwise.
29
30
31
32October 2023                nvme_get_log_ana_groups nvme_get_log_ana_groups(9)
Impressum