Home
last modified time | relevance | path

Searched refs:loop_config (Results 1 – 10 of 10) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dcmd_args.c177 loop_config(LOOP_MAX, 600); in getCmdOpts()
H A Dntp_util.c465 loop_config(LOOP_NOFREQ, prev_drift_comp); in stats_config()
467 loop_config(LOOP_FREQ, old_drift); in stats_config()
H A Dntpsim.c139 loop_config(LOOP_DRIFTINIT, 0); in ntpsim()
H A Dntp_loopfilter.c1257 loop_config( in loop_config() function
H A Dntpd.c1177 loop_config(LOOP_DRIFTINIT, 0);
H A Dntp_config.c3301 loop_config(item, tinker->value.d); in config_tinker()
4165 loop_config(LOOP_TICK, curr_var->value.d); in config_vars()
/src/contrib/ntp/html/hints/
H A Dsolaris.xtra.409584954 357:loop_config: ntp_adjtime() failed: %m
/src/contrib/ntp/include/
H A Dntpd.h171 extern void loop_config(int, double);
/src/contrib/ntp/
H A DCommitLog-4.1.0100 * ntpd/ntp_loopfilter.c (loop_config):
151 (loop_config): huffpuff initialization cleanup/improvements.
211 (loop_config): LOOP_MINPOLL and LOOP_ALLAN were missing the
278 (loop_config): Use it.
304 (loop_config): update call to rstclock.
417 (loop_config): Document dangerous tinker variables, and add
704 (loop_config): KERNEL_PLL sanity checks. LOOP_MINPOLL support.
1609 * ntpd/ntp_loopfilter.c (loop_config): V3 API needs MOD_BITS when
1632 (loop_config): Code cleanup.
2209 * ntpd/ntp_loopfilter.c (loop_config):
[all …]
H A DCommitLog115200 move sys_tick override from proto_config() to loop_config()
115228 move sys_tick override from proto_config() to loop_config()
119640 Use loop_config() instead of duplicating logic for -x handling.