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_get_value - extract the status value from a nvme_* return value

Arguments

       status      the (non-negative) return value from the NVMe API

Name

       nvme_status_get_value - extract the status value from a nvme_* return value

Return

       the value component of the status; the set of values will depend on the status type.

May 2025                                      nvme_status_get_value                     nvme_status_get_value(2)

Synopsis

__u32nvme_status_get_value(intstatus);

See Also