Home
last modified time | relevance | path

Searched refs:PRESET_TICK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dtickadj.c441 #ifdef PRESET_TICK in main()
442 tick = PRESET_TICK; in main()
467 #ifdef PRESET_TICK in main()
/freebsd/usr.sbin/ntp/
H A Dconfig.h1518 #define PRESET_TICK 1000000L/hz macro
/freebsd/contrib/ntp/
H A Dconfigure.ac3567 AC_DEFINE_UNQUOTED([PRESET_TICK], [$ans], definition
3662 AC_MSG_WARN([Can't read kmem, no PRESET_TICK or PRESET_TICKADJ. No tickadj.])
3665 nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
3666 AC_MSG_WARN([Can't read kmem but no PRESET_TICK. No tickadj.])
3669 no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus.
3673 no*) # Don't read KMEM, PRESET_TICK and PRESET_TICKADJ. Cool.
3677 yesno*) # Read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
3678 AC_MSG_WARN([PRESET_TICKADJ is defined but not PRESET_TICK. Please report this.])
3680 yes*no) # Read KMEM, PRESET_TICK but no PRESET_TICKADJ. Cool.
3682 yes*) # READ KMEM, PRESET_TICK and PRESET_TICKADJ.
H A Dconfig.h.in1520 #undef PRESET_TICK