lsm_volume_vpd83_get(3) | Libstoragemgmt C API Manual | lsm_volume_vpd83_get(3) |
NAME¶
lsm_volume_vpd83_get - Retrieves the SCSI VPD 0x83 unique ID for the volume.
SYNOPSIS¶
const char * lsm_volume_vpd83_get (lsm_volume *v);
ARGUMENTS¶
- v
- Volume to retrieve name for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the SCSI VPD 0x83 NAA type unique ID for the volume.
NOTE¶
Address returned is valid until lsm_volume gets freed, copy return value if you need longer scope. Do not free returned string.
RETURN¶
string. NULL if argument 'v' is NULL or not a valid lsm_volume pointer.
lsm_volume_vpd83_get | January 2023 |