Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDsystime.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()
/freebsd-head/contrib/ntp/ntpd/
HDntp_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()
/freebsd-head/contrib/ntp/include/
HDntpd.h458 extern int enable_panic_check; /* Can we check allow_panic's state? */