HomeSort by: relevance | last modified time | path
    Searched defs:config_tree (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
config.h 49 struct config_tree { struct
55 struct config_tree *cft;
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)
    [all...]
  /src/external/gpl2/lvm2/dist/lib/config/
config.h 49 struct config_tree { struct
55 struct config_tree *cft;
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)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_config.h 213 typedef struct config_tree_tag config_tree; typedef in typeref:struct:config_tree_tag
215 config_tree * link;
349 int dump_config_tree(config_tree *ptree, FILE *df, int comment);

Completed in 18 milliseconds