Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_config.c579 atrv = HEAD_PFIFO(ptree->vars); in dump_config_tree()
621 atrv = HEAD_PFIFO(ptree->logconfig); in dump_config_tree()
632 i_n = HEAD_PFIFO(ptree->stats_list); in dump_config_tree()
640 fgen_node = HEAD_PFIFO(ptree->filegen_opts); in dump_config_tree()
642 atrv = HEAD_PFIFO(fgen_node->options); in dump_config_tree()
677 atrv = HEAD_PFIFO(ptree->auth.crypto_cmd_list); in dump_config_tree()
696 atrv = HEAD_PFIFO(ptree->auth.trusted_key_list); in dump_config_tree()
725 ? HEAD_PFIFO(ptree->enable_opts) in dump_config_tree()
726 : HEAD_PFIFO(ptree->disable_opts); in dump_config_tree()
738 atrv = HEAD_PFIFO(ptree->orphan_cmds); in dump_config_tree()
[all …]
HDntpsim.c366 NULL == HEAD_PFIFO(server->script)) { in simulate_server()
/freebsd-13-stable/contrib/ntp/include/
HDntp_config.h303 #define HEAD_PFIFO(pf) \ macro