other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| nvme_status_to_errno(9) | libnvme API manual | nvme_status_to_errno(9) |
NAME¶
nvme_status_to_errno - Converts nvme return status to errno
SYNOPSIS¶
__u8 nvme_status_to_errno (int status , bool fabrics );
ARGUMENTS¶
RETURN¶
An errno representing the nvme status if it is an nvme status field, or unchanged status is < 0 since errno is already set.
| nvme_status_to_errno | July 2025 |