1nvme_identify_nvmset_list(9) libnvme API manual nvme_identify_nvmset_list(9)
2
3
4
6 nvme_identify_nvmset_list - Retrieves NVM Set List
7
9 int nvme_identify_nvmset_list (int fd , __u16 nvmsetid , struct
10 nvme_id_nvmset_list *nvmset );
11
13 fd File descriptor of nvme device
14
15 nvmsetid NVM Set Identifier
16
17 nvmset User space destination address to transfer the data
18
20 Retrieves an NVM Set List, struct nvme_id_nvmset_list. The data struc‐
21 ture is an ordered list by NVM Set Identifier, starting with the first
22 NVM Set Identifier supported by the NVM subsystem that is equal to or
23 greater than the NVM Set Identifier.
24
25 See struct nvme_id_nvmset_list for the definition of the returned
26 structure.
27
29 The nvme command status if a response was received (see enum nvme_sta‐
30 tus_field) or -1 with errno set otherwise.
31
32
33
34November 2022 nvme_identify_nvmset_lisntvme_identify_nvmset_list(9)