1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_timestamp - Timestamp - Data Structure for Get Features
7
SYNOPSIS
9struct nvme_timestamp {
10__u8 timestamp[6];
11__u8 attr;
12__u8 rsvd;
13};
1415
Members
17timestamp Timestamp value based on origin and synch field
1819
attr Attribute
2021
rsvd Reserved
2223
24
25
October 2023 struct nvme_timestamp libnvme(9)