1nvme_identify_uuid(9)         libnvme API manual         nvme_identify_uuid(9)
2
3
4

NAME

6       nvme_identify_uuid - Retrieves device's UUIDs
7

SYNOPSIS

9       int nvme_identify_uuid (int fd , struct nvme_id_uuid_list *uuid_list );
10

ARGUMENTS

12       fd          File descriptor of nvme device
13
14       uuid_list   User space destination address to transfer the data
15

DESCRIPTION

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

RETURN

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
30November 2022                 nvme_identify_uuid         nvme_identify_uuid(9)
Impressum