1nvme_get_log_sanitize(9) libnvme API manual nvme_get_log_sanitize(9)
2
3
4
6 nvme_get_log_sanitize -
7
9 int nvme_get_log_sanitize (int fd , bool rae , struct nvme_sani‐
10 tize_log_page *log );
11
13 fd File descriptor of nvme device
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
29April 2022 nvme_get_log_sanitize nvme_get_log_sanitize(9)