Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dsystime.c31 int enable_panic_check = TRUE; /* Can we check allow_panic's state? */ variable
307 if (enable_panic_check && allow_panic) { in adj_systime()
358 if (enable_panic_check && allow_panic) { in adj_systime()
364 if (enable_panic_check && allow_panic) { in adj_systime()
565 if (enable_panic_check && allow_panic) { in step_systime()
586 if (enable_panic_check && allow_panic) { in step_systime()
/src/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1008 DEBUG_INSIST(enable_panic_check == TRUE); in adj_host_clock()
1009 enable_panic_check = FALSE; in adj_host_clock()
1011 enable_panic_check = TRUE; in adj_host_clock()
/src/contrib/ntp/include/
H A Dntpd.h458 extern int enable_panic_check; /* Can we check allow_panic's state? */