1lsm_disk_system_id_get(3) Libstoragemgmt C API Manuallsm_disk_system_id_get(3)
2
3
4
6 lsm_disk_system_id_get - Retrieve the system ID for the disk.
7
9 const char * lsm_disk_system_id_get (lsm_disk *d);
10
12 d Disk to retrieve system ID for.
13
15 1.0
16
18 Retrieve the system id for the specified disk.
19
21 Address returned is valid until lsm_disk gets freed, copy return value
22 if you need longer scope. Do not free returned string.
23
25 string. NULL if argument 'd' is NULL or not a valid lsm_disk pointer.
26
27
28
29February 2020 lsm_disk_system_id_get lsm_disk_system_id_get(3)