1nvme_identify_active_ns_list_cslii(b9n)vme API mannvumael_identify_active_ns_list_csi(9)
2
3
4
6 nvme_identify_active_ns_list_csi - Active namespace ID list associated
7 with a specified I/O command set
8
10 int nvme_identify_active_ns_list_csi (int fd , __u32 nsid , enum
11 nvme_csi csi , struct nvme_ns_list *ns_list );
12
14 fd File descriptor of nvme device
15
16 nsid Return namespaces greater than this identifier
17
18 csi Command Set Identifier
19
20 ns_list User space destination address to transfer the data
21
23 A list of 1024 namespace IDs is returned to the host containing active
24 NSIDs in increasing order that are greater than the value specified in
25 the Namespace Identifier (nsid) field of the command and matching the
26 I/O Command Set specified in the csi argument.
27
28 See struct nvme_ns_list for the definition of the returned structure.
29
31 The nvme command status if a response was received (see enum nvme_sta‐
32 tus_field) or -1 with errno set otherwise.
33
34
35
36October 2023 nvme_identify_active_nnvsm_el_iisdte_nctsiify_active_ns_list_csi(9)