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_ns_csi_user_data_format - Identify namespace user data format

Arguments

fd File descriptor of nvme device user_data_format Return namespaces capability of identifier uuidx UUID selection, if supported csi Command Set Identifier data User space destination address to transfer the data

Description

Identify Namespace data structure for the specified User Data Format index containing the namespace capabilities for the NVM Command Set.

Name

nvme_identify_ns_csi_user_data_format - Identify namespace user data format

Return

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

Synopsis

intnvme_identify_ns_csi_user_data_format(intfd,__u16user_data_format,__u8uuidx,enumnvme_csicsi,void*data);

See Also