logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dmmp_mpath_kdev_name_get - Retrieve kernel DEVNAME of certain mpath.

Arguments

       dmmp_mp     Pointer  of 'struct dmmp_mpath'.  If this pointer is NULL, your program will be terminated by
                   assert.

Description

       Retrieve DEVNAME name used by kernel uevent of specified mpath.  For example: 'dm-1'.

Name

       dmmp_mpath_kdev_name_get - Retrieve kernel DEVNAME of certain mpath.

Return

       const char *. No need to free this memory, the resources will get freed when dmmp_mpath_array_free.

March 2018                                  dmmp_mpath_kdev_name_get                 dmmp_mpath_kdev_name_get(3)

Synopsis

constchar*dmmp_mpath_kdev_name_get(structdmmp_mpath*dmmp_mp);

See Also