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_mi_admin_identify_ns_descs - Perform an Admin identify Namespace Identification Descriptor list

Arguments

ctrl Controller to process identify command nsid Namespace ID descs Namespace Identification Descriptor list to populate

Description

Perform an Identify namespace identification description list command, setting the namespace identification description list in descs

Name

nvme_mi_admin_identify_ns_descs - Perform an Admin identify Namespace Identification Descriptor list command for a namespace

Return

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

Synopsis

intnvme_mi_admin_identify_ns_descs(nvme_mi_ctrl_tctrl,__u32nsid,structnvme_ns_id_desc*descs);

See Also