1nvme_status_get_value(9) libnvme API manual nvme_status_get_value(9)
23
4
NAME
6nvme_status_get_value - extract the status value from a nvme_* return
7value
8
SYNOPSIS
10__u32 nvme_status_get_value (int status );
11
ARGUMENTS
13status the (non-negative) return value from the NVMe API
14
RETURN
16the value component of the status; the set of values will depend on the
17status type.
1819
20
21
November 2022 nvme_status_get_value nvme_status_get_value(9)