DOKK / manpages / debian 12 / libnvme-dev / nvme_status_to_errno.2.en
nvme_status_to_errno(2) libnvme API manual nvme_status_to_errno(2)

nvme_status_to_errno - Converts nvme return status to errno

__u8 nvme_status_to_errno (int status , bool fabrics );

Return status from an nvme passthrough command
Set to true if status is to a fabrics target.

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 January 2023