1nvme_identify_domain_list(9) libnvme API manual nvme_identify_domain_list(9)
2
3
4
6 nvme_identify_domain_list - Domain list data
7
9 int nvme_identify_domain_list (int fd , __u16 domid , struct
10 nvme_id_domain_list *list );
11
13 fd File descriptor of nvme device
14
15 domid Domain ID
16
17 list User space destination address to transfer data
18
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
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
33October 2023 nvme_identify_domain_lisntvme_identify_domain_list(9)