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

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dsystime.c29 int enable_panic_check = TRUE; /* Can we check allow_panic's state? */ variable
301 if (enable_panic_check && allow_panic) {
352 if (enable_panic_check && allow_panic) {
358 if (enable_panic_check && allow_panic) {
444 if (enable_panic_check && allow_panic) {
592 if (enable_panic_check && allow_panic) {
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1001 DEBUG_INSIST(enable_panic_check == TRUE);
1002 enable_panic_check = FALSE;
1004 enable_panic_check = TRUE;
/freebsd-10.1-release/contrib/ntp/include/
H A Dntpd.h411 extern int enable_panic_check; /* Can we check allow_panic's state? */

Completed in 101 milliseconds