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

nvme_mi_status_to_string - return a string representation of the MI status.

Arguments

status MI response status

Description

Gives a string description of status, as per section 4.1.2 of the NVMe-MI spec. The status value should be of type NVME_STATUS_MI, and extracted from the return value using nvme_status_get_value. Returned string is const, and should not be freeed.

Name

nvme_mi_status_to_string - return a string representation of the MI status.

Return

A string representing the status value August 2025 nvme_mi_status_to_string nvme_mi_status_to_string(2)

Synopsis

constchar*nvme_mi_status_to_string(intstatus);

See Also