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

/freebsd-13-stable/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) {
359 if (enable_panic_check && allow_panic) {
365 if (enable_panic_check && allow_panic) {
566 if (enable_panic_check && allow_panic) {
587 if (enable_panic_check && allow_panic) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1011 DEBUG_INSIST(enable_panic_check == TRUE);
1012 enable_panic_check = FALSE;
1014 enable_panic_check = TRUE;
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h414 extern int enable_panic_check; /* Can we check allow_panic's state? */

Completed in 63 milliseconds