nvme_identify_ctrl_list - Retrieves identify controller list
Contents
Arguments
fd File descriptor of nvme device
cntid Starting CNTLID to return in the list
cntlist User space destination address to transfer the data
Description
Up to 2047 controller identifiers is returned containing a controller identifier greater than or equal to
the controller identifier specified in cntid.
See structnvme_ctrl_list for a definition of the structure returned.
Name
nvme_identify_ctrl_list - Retrieves identify controller list
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_identify_ctrl_list nvme_identify_ctrl_list(2)
Synopsis
intnvme_identify_ctrl_list(intfd,__u16cntid,structnvme_ctrl_list*cntlist);
