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 , uuid_t out );
10
ARGUMENTS
12n Namespace instance
1314
out buffer for the UUID
15
DESCRIPTION
17Copies the namespace's uuid into out
1819
20
21
April 2022 nvme_ns_get_uuid nvme_ns_get_uuid(9)