nvme_identify - Man Page
Send the NVMe Identify command
Synopsis
int nvme_identify (struct nvme_identify_args *args );
Arguments
- args
struct nvme_identify_args argument structure
Description
The Identify command returns a data buffer that describes information about the NVM subsystem, the controller or the namespace(s).
Return
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
Info
August 2024 libnvme API manual