1nvme_mi_status_to_string(9) libnvme API manual nvme_mi_status_to_string(9)
2
3
4
6 nvme_mi_status_to_string - return a string representation of the MI
7 status.
8
10 const char * nvme_mi_status_to_string (int status );
11
13 status MI response status
14
16 Gives a string description of status, as per section 4.1.2 of the NVMe-
17 MI spec. The status value should be of type NVME_STATUS_MI, and ex‐
18 tracted from the return value using nvme_status_get_value.
19
20 Returned string is const, and should not be freeed.
21
23 A string representing the status value
24
25
26
27November 2022 nvme_mi_status_to_stringnvme_mi_status_to_string(9)