1nvme_identify_nsid_ctrl_list(9)libnvme API manualnvme_identify_nsid_ctrl_list(9)
2
3
4
6 nvme_identify_nsid_ctrl_list - Retrieves controller list attached to an
7 nsid
8
10 int nvme_identify_nsid_ctrl_list (int fd , __u32 nsid , __u16 cntid ,
11 struct nvme_ctrl_list *cntlist );
12
14 fd File descriptor of nvme device
15
16 nsid Return controllers that are attached to this nsid
17
18 cntid Starting CNTLID to return in the list
19
20 cntlist User space destination address to transfer the data
21
23 Up to 2047 controller identifiers are returned containing a controller
24 identifier greater than or equal to the controller identifier speci‐
25 fied in cntid attached to nsid.
26
27 See struct nvme_ctrl_list for a definition of the structure returned.
28
30 The nvme command status if a response was received (see enum nvme_sta‐
31 tus_field) or -1
32
33
34
35April 2022 nvme_identify_nsid_ctrln_vlmies_tidentify_nsid_ctrl_list(9)