1nvme_status_equals(9) libnvme API manual nvme_status_equals(9)
23
4
NAME
6nvme_status_equals - helper to check a status against a type and value
7
SYNOPSIS
9__u32 nvme_status_equals (int status , enum nvme_status_type type , un‐
10signed int value );
11
ARGUMENTS
13status the (non-negative) return value from the NVMe API
1415
type the status type
1617
value the status value
18
RETURN
20true if status is of the specified type and value
2122
23
24
November 2022 nvme_status_equals nvme_status_equals(9)