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

NAME

6       nvme_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‐
10       signed int value );
11

ARGUMENTS

13       status      the (non-negative) return value from the NVMe API
14
15       type        the status type
16
17       value       the status value
18

RETURN

20       true if status is of the specified type and value
21
22
23
24November 2022                 nvme_status_equals         nvme_status_equals(9)
Impressum