Lines Matching refs:config_tree
64 struct config_tree cft;
116 struct config_tree *create_config_tree(const char *filename, int keep_open) in create_config_tree()
143 void destroy_config_tree(struct config_tree *cft) in destroy_config_tree()
153 static int _parse_config_file(struct parser *p, struct config_tree *cft) in _parse_config_file()
164 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd __attribute((unused)), in create_config_tree_from_string()
168 struct config_tree *cft; in create_config_tree_from_string()
204 int read_config_fd(struct config_tree *cft, struct device *dev, in read_config_fd()
271 int read_config_file(struct config_tree *cft) in read_config_file()
317 time_t config_file_timestamp(struct config_tree *cft) in config_file_timestamp()
327 int config_file_changed(struct config_tree *cft) in config_file_changed()
524 int write_config_file(struct config_tree *cft, const char *file, in write_config_file()
1226 int merge_config_tree(struct cmd_context *cmd, struct config_tree *cft, in merge_config_tree()
1227 struct config_tree *newdata) in merge_config_tree()