1dmmp_mpath_name_geDte(v3i)ce Mapper Multipath API - libdmmp Madnmumapl_mpath_name_get(3)
2
3
4
6 dmmp_mpath_name_get - Retrieve name(alias) of certain mpath.
7
9 const char * dmmp_mpath_name_get (struct dmmp_mpath *dmmp_mp);
10
12 dmmp_mp Pointer of 'struct dmmp_mpath'. If this pointer is NULL,
13 your program will be terminated by assert.
14
16 Retrieve the name (also known as alias) of certain mpath. When the
17 config 'user_friendly_names' been set 'no', the name will be identical
18 to WWID retrieved by dmmp_mpath_wwid_get.
19
21 const char *. No need to free this memory, the resources will get freed
22 when dmmp_mpath_array_free.
23
24
25
26February 2021 dmmp_mpath_name_get dmmp_mpath_name_get(3)