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

NAME

6       nvme_identify_ctrl_list - Retrieves identify controller list
7

SYNOPSIS

9       int   nvme_identify_ctrl_list   (int   fd   ,   __u16  cntid  ,  struct
10       nvme_ctrl_list *cntlist );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       cntid       Starting CNTLID to return in the list
16
17       cntlist     User space destination address to transfer the data
18

DESCRIPTION

20       Up to 2047 controller identifiers is returned containing  a  controller
21       identifier  greater  than or equal to the controller identifier  speci‐
22       fied in cntid.
23
24       See struct nvme_ctrl_list for a definition of the structure returned.
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
32April 2022                  nvme_identify_ctrl_list nvme_identify_ctrl_list(9)
Impressum