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

NAME

6       nvme_identify_nvmset_list - Retrieves NVM Set List
7

SYNOPSIS

9       int  nvme_identify_nvmset_list  (int  fd  ,  __u16  nvmsetid  ,  struct
10       nvme_id_nvmset_list *nvmset );
11

ARGUMENTS

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

DESCRIPTION

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 defintion of the returned struc‐
26       ture.
27

RETURN

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
34April 2022                 nvme_identify_nvmset_lisntvme_identify_nvmset_list(9)
Impressum