nvme_get_log_sanitize - Retrieve Sanitize Status
Contents
Arguments
fd File descriptor of nvme device
rae Retain asynchronous events
log User address to store the sanitize log
Description
The Sanitize Status log page reports sanitize operation time estimates and information about the most
recent sanitize operation.
Name
nvme_get_log_sanitize - Retrieve Sanitize Status
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_get_log_sanitize nvme_get_log_sanitize(2)
Synopsis
intnvme_get_log_sanitize(intfd,boolrae,structnvme_sanitize_log_page*log);
