other versions
- bookworm 1.3-1+deb12u1
- testing 1.13-2
- unstable 1.13-2
- experimental 1.15-1
nvme_status_to_string(2) | libnvme API manual | nvme_status_to_string(2) |
NAME¶
nvme_status_to_string - Returns string describing nvme return status.
SYNOPSIS¶
const char * nvme_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.
nvme_status_to_string | August 2024 |