1nvme_ns_get_uuid(9) libnvme API manual nvme_ns_get_uuid(9)
23
4
NAME
6nvme_ns_get_uuid - UUID of a namespace
7
SYNOPSIS
9void nvme_ns_get_uuid (nvme_ns_t n , unsigned char out[NVME_UUID_LEN]
10);
11
ARGUMENTS
13n Namespace instance
1415
out buffer for the UUID
16
DESCRIPTION
18Copies the namespace's uuid into out
1920
21
22
April 2023 nvme_ns_get_uuid nvme_ns_get_uuid(9)