1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_id_uuid_list_entry - UUID List Entry
7
SYNOPSIS
9struct nvme_id_uuid_list_entry {
10__u8 header;
11__u8 rsvd1[15];
12__u8 uuid[16];
13};
1415
Members
17header UUID Lists Entry Header
1819
rsvd1 reserved
2021
uuid 128-bit Universally Unique Identifier
2223
24
25
November 2022 struct nvme_id_uuid_list_entry libnvme(9)