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

NAME

6       nvme_identify_domain_list - Domain list data
7

SYNOPSIS

9       int   nvme_identify_domain_list   (int   fd  ,  __u16  domid  ,  struct
10       nvme_id_domain_list *list );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       domid       Domain ID
16
17       list        User space destiantion address to transfer data
18

DESCRIPTION

20       A list of 31 domain IDs is returned to the host containing  domain  at‐
21       tributes  in increasing order that are greater than the value specified
22       in the domid field.
23
24       See struct nvme_identify_domain_attr for the definition of the returned
25       structure.
26

RETURN

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