| libnvme_status_to_string(9) | libnvme API manual | libnvme_status_to_string(9) |
NAME
libnvme_status_to_string - Returns string describing nvme return status.
SYNOPSIS
const char * libnvme_status_to_string (int status , bool fabrics );
ARGUMENTS
RETURN
String representation of the nvme status if it is an nvme status field, or a standard errno string if status is < 0.
| libnvme_status_to_string | September 2026 |