1dmmp_path_blk_nameD_egveitc(e3)Mapper Multipath API - libdmmpdmMmapn_upaalth_blk_name_get(3)
2
3
4
6 dmmp_path_blk_name_get - Retrieve block name.
7
9 const char * dmmp_path_blk_name_get (struct dmmp_path *dmmp_p);
10
12 dmmp_p Pointer of 'struct dmmp_path'. If this pointer is NULL,
13 your program will be terminated by assert.
14
16 Retrieve block name of certain path. The example of block names are
17 "sda", "nvme0n1".
18
20 const char *. No need to free this memory, the resources will get freed
21 when dmmp_mpath_array_free.
22
23
24
25February 2021 dmmp_path_blk_name_get dmmp_path_blk_name_get(3)