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_allocated_ns_list - Perform an Admin identify for an allocated namespace list

Arguments

ctrl Controller to process identify command nsid Namespace ID to specify list start list List data to populate

Description

Perform an Identify command, for the allocated namespace list starting with IDs greater than or equal to nsid. Specify NVME_NSID_NONE for the start of the list. Will return an error if the length of the response data (from the controller) is not a full NVME_IDENTIFY_DATA_SIZE, so list will be be fully populated on success. See: structnvme_ns_list

Name

nvme_mi_admin_identify_allocated_ns_list - Perform an Admin identify for an allocated namespace list

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_allocated_nv_e_mi_admin_identify_allocated_ns_list(2)

Synopsis

intnvme_mi_admin_identify_allocated_ns_list(nvme_mi_ctrl_tctrl,__u32nsid,structnvme_ns_list*list);

See Also