.TH "nvme_clear_etdas" 9 "nvme_clear_etdas" "November 2025" "libnvme API manual" LINUX
.SH NAME
nvme_clear_etdas \- Clear the Extended Telemetry Data Area 4 Supported bit
.SH SYNOPSIS
.B "int" nvme_clear_etdas
.BI "(int fd " ","
.BI "bool *changed " ");"
.SH ARGUMENTS
.IP "fd" 12
File descriptor of nvme device
.IP "changed" 12
boolean to indicate whether or not the host
behavior support feature had been changed
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.
|