Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dsystime.c32 int enable_panic_check = TRUE; /* Can we check allow_panic's state? */ variable
308 if (enable_panic_check && allow_panic) { in adj_systime()
359 if (enable_panic_check && allow_panic) { in adj_systime()
365 if (enable_panic_check && allow_panic) { in adj_systime()
566 if (enable_panic_check && allow_panic) { in step_systime()
587 if (enable_panic_check && allow_panic) { in step_systime()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1011 DEBUG_INSIST(enable_panic_check == TRUE); in adj_host_clock()
1012 enable_panic_check = FALSE; in adj_host_clock()
1014 enable_panic_check = TRUE; in adj_host_clock()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h414 extern int enable_panic_check; /* Can we check allow_panic's state? */