change_set ( struct lib_context* lc, enum activate_type what, void* rs ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
check_valid_format ( struct lib_context* lc, char* fmt ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
count_devices ( struct lib_context* lc, enum dev_type type ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
count_devs ( struct lib_context* lc, struct raid_set* rs, enum count_type type ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
count_sets ( struct lib_context* lc, struct list_head* list ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
delete_raidsets ( struct lib_context* lc ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
discover_devices ( struct lib_context* lc, char** devnodes ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
discover_partitions ( struct lib_context* lc ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
discover_raid_devices ( struct lib_context* lc, char** devices ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
display_devices ( struct lib_context* lc, enum dev_type type ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
display_set ( struct lib_context* lc, void* rs, enum active_type active, int top ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
dm_version ( struct lib_context* lc, char* version, size_t size ) @@ Base1st parameter 'lc' (pointer) has base type 'struct lib_context'.
...