HomeSort by: relevance | last modified time | path
    Searched refs:enable_panic_check (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
systime.c 33 int enable_panic_check = TRUE; /* Can we check allow_panic's state? */ variable
309 if (enable_panic_check && allow_panic) {
360 if (enable_panic_check && allow_panic) {
366 if (enable_panic_check && allow_panic) {
567 if (enable_panic_check && allow_panic) {
588 if (enable_panic_check && allow_panic) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 1010 DEBUG_INSIST(enable_panic_check == TRUE);
1011 enable_panic_check = FALSE;
1013 enable_panic_check = TRUE;
  /src/external/bsd/ntp/dist/include/
ntpd.h 460 extern int enable_panic_check; /* Can we check allow_panic's state? */

Completed in 25 milliseconds