Home
last modified time | relevance | path

Searched refs:config_tree (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dconfig.h49 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);
[all …]
H A Dtoolcontext.h50 struct config_tree;
83 struct config_tree *cft;
84 struct config_tree *cft_override;
H A Dfilter-persistent.h27 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out);
H A Dsegtype.h25 struct config_tree;
/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.h49 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);
[all …]
H A Dconfig.c64 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()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport-export.h49 int (*check_version) (struct config_tree * cf);
51 struct config_tree * cf);
52 void (*read_desc) (struct dm_pool * mem, struct config_tree * cf,
55 struct config_tree *cft,
H A Dimport.c48 struct config_tree *cft; in text_vgname_import()
91 struct config_tree *cft; in text_vg_import_fd()
140 struct config_tree *cft; in import_vg_from_buffer()
H A Dimport_vsn1.c55 static int _check_version(struct config_tree *cft) in _check_version()
636 struct config_tree *cft) in _read_vg()
797 struct config_tree *cft, time_t *when, char **desc) in _read_desc()
813 struct config_tree *cft, struct id *vgid, in _read_vgname()
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h50 struct config_tree;
83 struct config_tree *cft;
84 struct config_tree *cft_override;
H A Dtoolcontext.c353 static int _init_tags(struct cmd_context *cmd, struct config_tree *cft) in _init_tags()
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-persistent.c67 static int _read_array(struct pfilter *pf, struct config_tree *cft, in _read_array()
99 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out) in persistent_filter_load()
102 struct config_tree *cft; in persistent_filter_load()
185 struct config_tree *cft = NULL; in persistent_filter_dump()
H A Dfilter-persistent.h27 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out);
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dparser.cpp154 config::parser::parser(tree& config_tree) : in parser() argument
155 _pimpl(new impl(this, config_tree)) in parser()
H A Dparser.hpp82 virtual void setup(tree& config_tree, const int syntax_version) = 0;
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.h116 extern config_tree cfgt; /* Parser output stored here */
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/
H A Dexternal_locking.c29 static int (*_init_fn) (int type, struct config_tree * cft,
H A Dcluster_locking.c41 int locking_init(int type, struct config_tree *cf, uint32_t *flags);
571 int locking_init(int type, struct config_tree *cf, uint32_t *flags) in locking_init()
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dsegtype.h25 struct config_tree;
/netbsd-src/external/gpl2/lvm2/dist/po/
H A Dlvm2.po947 msgid "config_tree allocation failed"