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_path_blk_name_get - Retrieve block name.

Arguments

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

Description

       Retrieve block name of certain path. The example of block names are "sda", "nvme0n1".

Name

       dmmp_path_blk_name_get - Retrieve block name.

Return

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

March 2018                                   dmmp_path_blk_name_get                    dmmp_path_blk_name_get(3)

Synopsis

constchar*dmmp_path_blk_name_get(structdmmp_path*dmmp_p);

See Also