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

nvme_status_to_string - Returns string describing nvme return status.

Arguments

status Return status from an nvme passthrough command fabrics Set to true if status is to a fabrics target.

Name

nvme_status_to_string - Returns string describing nvme return status.

Return

String representation of the nvme status if it is an nvme status field, or a standard errno string if status is < 0. May 2025 nvme_status_to_string nvme_status_to_string(2)

Synopsis

constchar*nvme_status_to_string(intstatus,boolfabrics);

See Also