1nvme_mi_admin_get_log_sanitize(l9i)bnvme API manunavlme_mi_admin_get_log_sanitize(9)
2
3
4
6 nvme_mi_admin_get_log_sanitize - Retrieve Sanitize Status
7
9 int nvme_mi_admin_get_log_sanitize (nvme_mi_ctrl_t ctrl , bool rae ,
10 struct nvme_sanitize_log_page *log );
11
13 ctrl Controller to query
14
15 rae Retain asynchronous events
16
17 log User address to store the sanitize log
18
20 The Sanitize Status log page reports sanitize operation time estimates
21 and information about the most recent sanitize operation.
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise.
26
27
28
29October 2023 nvme_mi_admin_get_log_nsvamnei_tmiiz_eadmin_get_log_sanitize(9)