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

/freebsd-current/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) {
358 if (enable_panic_check && allow_panic) {
364 if (enable_panic_check && allow_panic) {
565 if (enable_panic_check && allow_panic) {
586 if (enable_panic_check && allow_panic) {
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1008 DEBUG_INSIST(enable_panic_check == TRUE);
1009 enable_panic_check = FALSE;
1011 enable_panic_check = TRUE;
/freebsd-current/contrib/ntp/include/
H A Dntpd.h458 extern int enable_panic_check; /* Can we check allow_panic's state? */

Completed in 109 milliseconds