Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_identify - Send the NVMe Identify command

Arguments

args structnvme_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).

Name

nvme_identify - Send the NVMe Identify command

Return

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

Synopsis

intnvme_identify(structnvme_identify_args*args);

See Also