nvme_ctrl_identify - Man Page
Issues an 'identify controller' command
Synopsis
int nvme_ctrl_identify (nvme_ctrl_t c , struct nvme_id_ctrl *id );
Arguments
- c
Controller instance
- id
Identify controller data structure
Description
Issues an 'identify controller' command to c and copies the data into id.
Return
0 on success or -1 on failure.
Info
August 2024 libnvme API manual