Searched refs:config_tree (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 159 config_tree cfgt; /* Parser output stored here */ 160 config_tree *cfg_tree_history; /* History of configs */ 233 static void init_syntax_tree(config_tree *); 237 static void free_auth_node(config_tree *); 240 static void free_config_access(config_tree *); 241 static void free_config_auth(config_tree *); 242 static void free_config_fudge(config_tree *); 243 static void free_config_device(config_tree *); 244 static void free_config_logconfig(config_tree *); 245 static void free_config_monitor(config_tree *); [all …]
|
| H A D | ntp_scanner.h | 114 extern config_tree cfgt; /* Parser output stored here */
|
| /src/contrib/kyua/utils/config/ |
| H A D | parser.cpp | 143 config::parser::parser(tree& config_tree) : in parser() argument 144 _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;
|
| /src/contrib/ntp/include/ |
| H A D | ntp_config.h | 211 typedef struct config_tree_tag config_tree; typedef 213 config_tree * link; 347 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
|
| /src/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5482 avl_tree_t config_tree; in dump_label() local 5525 avl_create(&config_tree, cksum_record_compare, in dump_label() 5587 rec = cksum_record_insert(&config_tree, &cksum, l); in dump_label() 5643 while ((node = avl_destroy_nodes(&config_tree, &cookie)) != NULL) in dump_label() 5650 avl_destroy(&config_tree); in dump_label()
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 177445 rename config_tree.prior to link to reflect use 177449 rename config_tree.prior to link to reflect use 177538 Added source and timestamp to the config_tree structure 177541 Added source and timestamp to the config_tree structure 178524 remove unused leftovers, add list link field to struct config_tree 178539 parse to struct config_tree cfgt rather than my_config 178542 parse to struct config_tree cfgt rather than my_config 178545 parse to struct config_tree cfgt rather than my_config
|