1nvme_identify_active_ns_list(9)libnvme API manualnvme_identify_active_ns_list(9)
2
3
4

NAME

6       nvme_identify_active_ns_list - Retrieves active namespaces id list
7

SYNOPSIS

9       int   nvme_identify_active_ns_list  (int  fd  ,  __u32  nsid  ,  struct
10       nvme_ns_list *list );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       nsid        Return namespaces greater than this identifer
16
17       list        User space destination address to transfer the data
18

DESCRIPTION

20       A list of 1024 namespace IDs is returned to the host  containing  NSIDs
21       in  increasing  order  that are greater than the value specified in the
22       Namespace Identifier (nsid) field of the command.
23
24       See struct nvme_ns_list for the definition of the returned structure.
25

RETURN

27       The nvme command status if a response was received (see enum  nvme_sta‐
28       tus_field) or -1 with errno set otherwise.
29
30
31
32April 2022               nvme_identify_active_nsn_vlmies_tidentify_active_ns_list(9)
Impressum