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

  /src/external/bsd/ntp/dist/ntpd/
cmd_args.c 81 if (HAVE_OPT( FORCE_STEP_ONCE ))
82 force_step_once = TRUE;
ntp_loopfilter.c 157 int force_step_once = FALSE; /* always step time once at startup (-G) */ variable
575 || force_step_once ) {
576 if (force_step_once) {
577 force_step_once = FALSE; /* we want this only once after startup */
  /src/external/bsd/ntp/dist/include/
ntpd.h 461 extern int force_step_once; /* always step time once at startup (-G) */

Completed in 33 milliseconds