1nvme_set_features(9) libnvme API manual nvme_set_features(9)
23
4
NAME
6nvme_set_features - Set a feature attribute
7
SYNOPSIS
9int nvme_set_features (struct nvme_set_features_args *args );
10
ARGUMENTS
12args struct nvme_set_features_args argument structure
13
RETURN
15The nvme command status if a response was received (see enum nvme_sta‐
16tus_field) or -1 with errno set otherwise.
1718
19
20
October 2023 nvme_set_features nvme_set_features(9)