lsm_disk_name_get - Man Page
Retrieves the name for the lsm_disk.
Synopsis
const char * lsm_disk_name_get (lsm_disk *d);
Arguments
- d
Disk to retrieve name for.
Version
1.0
Description
Retrieves the name for the lsm_disk.
Note
Address returned is valid until lsm_disk gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'd' is NULL or not a valid lsm_disk pointer.
Info
July 2024 Libstoragemgmt C API Manual