1lsm_system_name_get(3) Libstoragemgmt C API Manual lsm_system_name_get(3)
2
3
4
6 lsm_system_name_get - Retrieves the name for the system.
7
9 const char * lsm_system_name_get (lsm_system *s);
10
12 s System to retrieve name for.
13
15 1.0
16
18 Retrieves the name for the system.
19
21 Address returned is valid until lsm_system gets freed, copy return
22 value if you need longer scope. Do not free returned string.
23
25 string. NULL if argument 's' is NULL or not a valid lsm_system pointer.
26
27
28
29February 2019 lsm_system_name_get lsm_system_name_get(3)