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_mi_admin_get_log_device_self_test - Retrieve the device self test log

Arguments

ctrl Controller to query log Userspace address of the log payload

Description

The log page indicates the status of an in progress self test and the percent complete of that operation, and the results of the previous 20 self-test operations.

Name

nvme_mi_admin_get_log_device_self_test - Retrieve the device self test log

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_mi_admin_get_log_device_self_nvme_mi_admin_get_log_device_self_test(2)

Synopsis

intnvme_mi_admin_get_log_device_self_test(nvme_mi_ctrl_tctrl,structnvme_self_test_log*log);

See Also