| nvme_status_equals(2) | libnvme API manual | nvme_status_equals(2) |
NAME
nvme_status_equals - helper to check a status against a type and value
SYNOPSIS
__u32 nvme_status_equals (int status , enum nvme_status_type type , unsigned int value );
ARGUMENTS
RETURN
true if status is of the specified type and value
| nvme_status_equals | February 2025 |