1nvme_status_to_errno(9)       libnvme API manual       nvme_status_to_errno(9)
2
3
4

NAME

6       nvme_status_to_errno - Converts nvme return status to errno
7

SYNOPSIS

9       __u8 nvme_status_to_errno (int status , bool fabrics );
10

ARGUMENTS

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

RETURN

17       An errno representing the nvme status if it is an nvme status field, or
18       unchanged status is < 0 since errno is already set.
19
20
21
22November 2022                nvme_status_to_errno      nvme_status_to_errno(9)
Impressum