nvme_set_etdas(2)
| nvme_set_etdas(9) | libnvme API manual | nvme_set_etdas(9) |
NAME
nvme_set_etdas - Set the Extended Telemetry Data Area 4 Supported bit
SYNOPSIS
int nvme_set_etdas (int fd , bool *changed );
ARGUMENTS
- fd
- File descriptor of nvme device
- changed
- boolean to indicate whether or not the host behavior support feature had been changed
RETURN
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
| nvme_set_etdas | July 2026 |
