DOKK / manpages / debian 12 / libnvme-dev / nvme_identify_active_ns_list_csi.2.en
nvme_identify_active_ns_list_csi(2) libnvme API manual nvme_identify_active_ns_list_csi(2)

nvme_identify_active_ns_list_csi - Active namespace ID list associated with a specified I/O command set

int nvme_identify_active_ns_list_csi (int fd , __u32 nsid , enum nvme_csi csi , struct nvme_ns_list *ns_list );

File descriptor of nvme device
Return namespaces greater than this identifier
Command Set Identifier
User space destination address to transfer the data

A list of 1024 namespace IDs is returned to the host containing active NSIDs in increasing order that are greater than the value specified in the Namespace Identifier (nsid) field of the command and matching the I/O Command Set specified in the csi argument.

See struct nvme_ns_list for the definition of the returned structure.

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_identify_active_ns_list_csi January 2023