Home
last modified time | relevance | path

Searched refs:cfg_tree_history (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/include/
Dntpd.h333 extern struct config_tree_tag *cfg_tree_history;
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_config.c151 struct config_tree_tag *cfg_tree_history; /* History of configs */ variable
438 ptree = cfg_tree_history; in free_all_config_trees()
505 for (cfg_ptr = cfg_tree_history; in dump_all_config_trees()
4788 LINK_TAIL_SLIST(cfg_tree_history, ptree, link, config_tree); in save_and_apply_config_tree()
4836 UNLINK_SLIST(punlinked, cfg_tree_history, ptree, link, in save_and_apply_config_tree()
/freebsd-10-stable/contrib/ntp/
DCommitLog156311 expose cfg_tree_history as extern for ntp_control.c save_config()