DOKK / manpages / debian 12 / libnvme-dev / nvme_identify_domain_list.2.en
nvme_identify_domain_list(2) libnvme API manual nvme_identify_domain_list(2)

nvme_identify_domain_list - Domain list data

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

File descriptor of nvme device
Domain ID
User space destination address to transfer data

A list of 31 domain IDs is returned to the host containing domain attributes in increasing order that are greater than the value specified in the domid field.

See struct nvme_identify_domain_attr for the definition of the returned structure.

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_identify_domain_list January 2023