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_secondary_ctrl_list - Perform an Admin identify for a secondary controller list.

Arguments

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

Description

Perform an Identify command, for the secondary controllers associated with the current primary controller. Only entries with IDs greater than or equal to cntid are returned. 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_secondary_ctrl_list

Name

nvme_mi_admin_identify_secondary_ctrl_list - Perform an Admin identify for a secondary controller list.

Return

0 on success, non-zero on failure August 2025 nvme_mi_admin_identify_secondary_vme__i_admin_identify_secondary_ctrl_list(2)

Synopsis

intnvme_mi_admin_identify_secondary_ctrl_list(nvme_mi_ctrl_tctrl,__u16cntid,structnvme_secondary_ctrl_list*list);

See Also