nvme_status_equals - helper to check a status against a type and value
Contents
Arguments
status the (non-negative) return value from the NVMe API
type the status type
value the status value
Name
nvme_status_equals - helper to check a status against a type and value
Return
true if status is of the specified type and value
August 2025 nvme_status_equals nvme_status_equals(2)
Synopsis
__u32nvme_status_equals(intstatus,enumnvme_status_typetype,unsignedintvalue);
