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_ctrl - Perform an Admin identify for a controller

Arguments

       ctrl        Controller to process identify command

       id          Controller identify data to populate

Description

       Perform an Identify command, for the controller specified by ctrl, writing identify data to id.

       Will  return  an  error  if  the  length  of  the  response  data  (from  the  controller)  is not a full
       NVME_IDENTIFY_DATA_SIZE, so id will be fully populated on success.

       See: structnvme_id_ctrl

Name

       nvme_mi_admin_identify_ctrl - Perform an Admin identify for a controller

Return

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

May 2025                                   nvme_mi_admin_identify_ctrl            nvme_mi_admin_identify_ctrl(2)

Synopsis

intnvme_mi_admin_identify_ctrl(nvme_mi_ctrl_tctrl,structnvme_id_ctrl*id);

See Also