/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | config.h | 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); [all …]
|
H A D | toolcontext.h | 50 struct config_tree; 83 struct config_tree *cft; 84 struct config_tree *cft_override;
|
H A D | filter-persistent.h | 27 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out);
|
H A D | segtype.h | 25 struct config_tree;
|
/netbsd-src/external/gpl2/lvm2/dist/lib/config/ |
H A D | config.h | 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); [all …]
|
H A D | config.c | 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() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | import-export.h | 49 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 D | import.c | 48 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 D | import_vsn1.c | 55 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 D | toolcontext.h | 50 struct config_tree; 83 struct config_tree *cft; 84 struct config_tree *cft_override;
|
H A D | toolcontext.c | 353 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 D | filter-persistent.c | 67 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 D | filter-persistent.h | 27 int persistent_filter_load(struct dev_filter *f, struct config_tree **cft_out);
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/ |
H A D | parser.cpp | 154 config::parser::parser(tree& config_tree) : in parser() argument 155 _pimpl(new impl(this, config_tree)) in parser()
|
H A D | parser.hpp | 82 virtual void setup(tree& config_tree, const int syntax_version) = 0;
|
/netbsd-src/external/bsd/ntp/dist/ntpd/ |
H A D | ntp_scanner.h | 116 extern config_tree cfgt; /* Parser output stored here */
|
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/ |
H A D | external_locking.c | 29 static int (*_init_fn) (int type, struct config_tree * cft,
|
H A D | cluster_locking.c | 41 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 D | segtype.h | 25 struct config_tree;
|
/netbsd-src/external/gpl2/lvm2/dist/po/ |
H A D | lvm2.po | 947 msgid "config_tree allocation failed"
|