Searched refs:filegen_setup (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 597 filegen_setup(&peerstats, now.l_ui); in record_peer_stats() 639 filegen_setup(&loopstats, now.l_ui); in record_loop_stats() 673 filegen_setup(&clockstats, now.l_ui); in record_clock_stats() 755 filegen_setup(&rawstats, now.l_ui); in record_raw_stats() 809 filegen_setup(&sysstats, now.l_ui); in record_sys_stats() 846 filegen_setup(&protostats, now.l_ui); in record_proto_stats() 880 filegen_setup(&cryptostats, now.l_ui); in record_crypto_stats() 918 filegen_setup(&timingstats, now.l_ui); in record_timing_stats()
|
H A D | ntp_filegen.c | 348 filegen_setup( in filegen_setup() function 467 filegen_setup(gen, now.l_ui); in filegen_config()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_filegen.h | 48 extern void filegen_setup (FILEGEN *, u_int32);
|