1nvme_get_log_device_self_test(9l)ibnvme API manuanlvme_get_log_device_self_test(9)
2
3
4
6 nvme_get_log_device_self_test - Retrieve the device self test log
7
9 int nvme_get_log_device_self_test (int fd , struct nvme_self_test_log
10 *log );
11
13 fd File descriptor of nvme device
14
15 log Userspace address of the log payload
16
18 The log page indicates the status of an in progress self test and the
19 percent complete of that operation, and the results of the previous 20
20 self-test operations.
21
23 The nvme command status if a response was received (see enum nvme_sta‐
24 tus_field) or -1 with errno set otherwise.
25
26
27
28April 2023 nvme_get_log_device_senlvfm_et_egsett_log_device_self_test(9)