1nvme_set_features_timestamp(9)libnvme API manualnvme_set_features_timestamp(9)
2
3
4
6 nvme_set_features_timestamp - Set timestamp feature
7
9 int nvme_set_features_timestamp (int fd , bool save , __u64 timestamp
10 );
11
13 fd File descriptor of nvme device
14
15 save Save value across power states
16
17 timestamp The current timestamp value to assign to this feature
18
20 The nvme command status if a response was received (see enum nvme_sta‐
21 tus_field) or -1 with errno set otherwise.
22
23
24
25November 2022 nvme_set_features_timesntvammep_set_features_timestamp(9)