HomeSort by: relevance | last modified time | path
    Searched defs:goodtime (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
kern_todr.c 217 bool goodtime = false; local
284 goodtime = true;
287 goodtime = true;
310 if (waszero || goodtime)
kern_todr.c 217 bool goodtime = false; local
284 goodtime = true;
287 goodtime = true;
310 if (waszero || goodtime)
kern_todr.c 217 bool goodtime = false; local
284 goodtime = true;
287 goodtime = true;
310 if (waszero || goodtime)
  /src/external/bsd/ntp/dist/ntpd/
refclock_datum.c 503 int goodtime; local
595 goodtime = 0; /* We are not sure about the time and offset yet */
615 ** changes due to daylight savings) since the goodtime flag is set when a
642 goodtime = 1;
662 if (!goodtime) {
refclock_datum.c 503 int goodtime; local
595 goodtime = 0; /* We are not sure about the time and offset yet */
615 ** changes due to daylight savings) since the goodtime flag is set when a
642 goodtime = 1;
662 if (!goodtime) {
refclock_datum.c 503 int goodtime; local
595 goodtime = 0; /* We are not sure about the time and offset yet */
615 ** changes due to daylight savings) since the goodtime flag is set when a
642 goodtime = 1;
662 if (!goodtime) {

Completed in 65 milliseconds