Lines Matching defs:cmd
63 static int _get_env_vars(struct cmd_context *cmd) in _get_env_vars()
80 static void _get_sysfs_dir(struct cmd_context *cmd) in _get_sysfs_dir()
123 static void _init_logging(struct cmd_context *cmd) in _init_logging()
199 static int _process_config(struct cmd_context *cmd) in _process_config()
305 static int _set_tag(struct cmd_context *cmd, const char *tag) in _set_tag()
317 static int _check_host_filters(struct cmd_context *cmd, struct config_node *hn, in _check_host_filters()
353 static int _init_tags(struct cmd_context *cmd, struct config_tree *cft) in _init_tags()
395 static int _load_config_file(struct cmd_context *cmd, const char *tag) in _load_config_file()
452 static int _init_lvm_conf(struct cmd_context *cmd) in _init_lvm_conf()
470 static int _init_tag_configs(struct cmd_context *cmd) in _init_tag_configs()
483 static int _merge_config_files(struct cmd_context *cmd) in _merge_config_files()
504 static void _destroy_tags(struct cmd_context *cmd) in _destroy_tags()
513 int config_files_changed(struct cmd_context *cmd) in config_files_changed()
525 static void _destroy_tag_configs(struct cmd_context *cmd) in _destroy_tag_configs()
543 static int _init_dev_cache(struct cmd_context *cmd) in _init_dev_cache()
599 static struct dev_filter *_init_filter_components(struct cmd_context *cmd) in _init_filter_components()
654 static int _init_filters(struct cmd_context *cmd, unsigned load_persistent_cache) in _init_filters()
725 static int _init_formats(struct cmd_context *cmd) in _init_formats()
808 int init_lvmcache_orphans(struct cmd_context *cmd) in init_lvmcache_orphans()
820 struct cmd_context *cmd; member
852 static int _init_single_segtype(struct cmd_context *cmd, in _init_single_segtype()
870 static int _init_segtypes(struct cmd_context *cmd) in _init_segtypes()
967 static int _init_hostname(struct cmd_context *cmd) in _init_hostname()
989 static int _init_backup(struct cmd_context *cmd) in _init_backup()
1055 static void _init_rand(struct cmd_context *cmd) in _init_rand()
1063 static void _init_globals(struct cmd_context *cmd) in _init_globals()
1074 struct cmd_context *cmd; in create_toolcontext() local
1234 int refresh_filters(struct cmd_context *cmd) in refresh_filters()
1244 int refresh_toolcontext(struct cmd_context *cmd) in refresh_toolcontext()
1308 void destroy_toolcontext(struct cmd_context *cmd) in destroy_toolcontext()