Lines Matching refs:config_tree
49 struct config_tree { struct
55 struct config_tree *cft; argument
58 struct config_tree *create_config_tree(const char *filename, int keep_open);
59 struct config_tree *create_config_tree_from_string(struct cmd_context *cmd,
63 void destroy_config_tree(struct config_tree *cft);
67 int read_config_fd(struct config_tree *cft, struct device *dev,
71 int read_config_file(struct config_tree *cft);
72 int write_config_file(struct config_tree *cft, const char *file,
78 time_t config_file_timestamp(struct config_tree *cft);
79 int config_file_changed(struct config_tree *cft);
80 int merge_config_tree(struct cmd_context *cmd, struct config_tree *cft,
81 struct config_tree *newdata);