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

NAME

6       nvme_status_to_string - Returns string describing nvme return status.
7

SYNOPSIS

9       const char * nvme_status_to_string (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       String representation of the nvme status if it is an nvme status field,
18       or a standard errno string if status is < 0.
19
20
21
22November 2022                nvme_status_to_string    nvme_status_to_string(9)
Impressum