lsm_disk_system_id_get - Man Page

Retrieve the system ID for the disk.

Synopsis

const char  * lsm_disk_system_id_get (lsm_disk *d);

Arguments

d

Disk to retrieve system ID for.

Version

1.0

Description

Retrieve the system id for the specified 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

April 2023 Libstoragemgmt C API Manual