logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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