1nvme_status_to_string(9) libnvme API manual nvme_status_to_string(9)
2
3
4
6 nvme_status_to_string - Returns string describing nvme return status.
7
9 const char * nvme_status_to_string (int status , bool fabrics );
10
12 status Return status from an nvme passthrough command
13
14 fabrics Set to true if status is to a fabrics target.
15
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
22October 2023 nvme_status_to_string nvme_status_to_string(9)