1nvme_status_get_type(9) libnvme API manual nvme_status_get_type(9)
23
4
NAME
6nvme_status_get_type - extract the type from a nvme_* return value
7
SYNOPSIS
9__u32 nvme_status_get_type (int status );
10
ARGUMENTS
12status the (non-negative) return value from the NVMe API
13
RETURN
15the type component of the status.
1617
18
19
November 2022 nvme_status_get_type nvme_status_get_type(9)