table of contents
nvme_ns_get_uuid(2) | libnvme API manual | nvme_ns_get_uuid(2) |
NAME¶
nvme_ns_get_uuid - UUID of a namespace
SYNOPSIS¶
void nvme_ns_get_uuid (nvme_ns_t n , unsigned char out[NVME_UUID_LEN] );
ARGUMENTS¶
DESCRIPTION¶
Copies the namespace's uuid into out
nvme_ns_get_uuid | August 2024 |