1nvme_identify_uuid(9) libnvme API manual nvme_identify_uuid(9)
2
3
4
6 nvme_identify_uuid - Retrieves device's UUIDs
7
9 int nvme_identify_uuid (int fd , struct nvme_id_uuid_list *uuid_list );
10
12 fd File descriptor of nvme device
13
14 uuid_list User space destination address to transfer the data
15
17 Each UUID List entry is either 0h, the NVMe Invalid UUID, or a valid
18 UUID. Valid UUIDs are those which are non-zero and are not the NVMe
19 Invalid UUID.
20
21 See struct nvme_id_uuid_list for the definition of the returned struc‐
22 ture.
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30April 2023 nvme_identify_uuid nvme_identify_uuid(9)