1nvme_set_features_sanitize(9) libnvme API manual nvme_set_features_sanitize(9)
2
3
4
6 nvme_set_features_sanitize - Set sanitize feature
7
9 int nvme_set_features_sanitize (int fd , bool nodrm , bool save , __u32
10 *result );
11
13 fd File descriptor of nvme device
14
15 nodrm No-Deallocate Response Mode
16
17 save Save value across power states
18
19 result The command completion result from CQE dword0
20
22 The nvme command status if a response was received (see enum nvme_sta‐
23 tus_field) or -1 with errno set otherwise.
24
25
26
27October 2023 nvme_set_features_sanitinzveme_set_features_sanitize(9)