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_nvmset_list - Retrieves NVM Set List

Arguments

fd File descriptor of nvme device nvmsetid NVM Set Identifier nvmset User space destination address to transfer the data

Description

Retrieves an NVM Set List, structnvme_id_nvmset_list. The data structure is an ordered list by NVM Set Identifier, starting with the first NVM Set Identifier supported by the NVM subsystem that is equal to or greater than the NVM Set Identifier. See structnvme_id_nvmset_list for the definition of the returned structure.

Name

nvme_identify_nvmset_list - Retrieves NVM Set List

Return

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

Synopsis

intnvme_identify_nvmset_list(intfd,__u16nvmsetid,structnvme_id_nvmset_list*nvmset);

See Also