logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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