logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_status_equals - helper to check a status against a type and value

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);

See Also