nvme_status_get_value - Man Page

extract the status value from a nvme_* return value

Synopsis

__u32 nvme_status_get_value (int status );

Arguments

status

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

Return

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

Info

February 2024 libnvme API manual