Home
last modified time | relevance | path

Searched refs:create_config_tree_from_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dconfig.h59 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd,
/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.h59 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd,
H A Dconfig.c164 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd __attribute((unused)), in create_config_tree_from_string() function
196 if (!(cmd->cft_override = create_config_tree_from_string(cmd,config_settings))) { in override_config_tree_from_string()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport.c145 if (!(cft = create_config_tree_from_string(fid->fmt->cmd, buf))) in import_vg_from_buffer()