1lsm_disk_name_get(3)      Libstoragemgmt C API Manual     lsm_disk_name_get(3)
2
3
4

NAME

6       lsm_disk_name_get - Retrieves the name for the lsm_disk.
7

SYNOPSIS

9       const char  * lsm_disk_name_get (lsm_disk *d);
10

ARGUMENTS

12       d           Disk to retrieve name for.
13

VERSION

15       1.0
16

DESCRIPTION

18       Retrieves the name for the lsm_disk.
19

NOTE

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

RETURN

25       string. NULL if argument 'd' is NULL or not a valid lsm_disk pointer.
26
27
28
29May 2018                       lsm_disk_name_get          lsm_disk_name_get(3)
Impressum