logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_identify_domain_list - Domain list data

Arguments

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

Description

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 structnvme_identify_domain_attr for the definition of the returned structure.

Name

nvme_identify_domain_list - Domain list data

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_identify_domain_list nvme_identify_domain_list(2)

Synopsis

intnvme_identify_domain_list(intfd,__u16domid,structnvme_id_domain_list*list);

See Also