Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/util/
HDtickadj.c441 #ifdef PRESET_TICK in main()
442 tick = PRESET_TICK; in main()
467 #ifdef PRESET_TICK in main()
/NextBSD/usr.sbin/ntp/
HDconfig.h1461 #define PRESET_TICK 1000000L/hz macro
/NextBSD/contrib/ntp/
HDconfigure.ac3568 AC_DEFINE_UNQUOTED([PRESET_TICK], [$ans], definition
3663 AC_MSG_WARN([Can't read kmem, no PRESET_TICK or PRESET_TICKADJ. No tickadj.])
3666 nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
3667 AC_MSG_WARN([Can't read kmem but no PRESET_TICK. No tickadj.])
3670 no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus.
3674 no*) # Don't read KMEM, PRESET_TICK and PRESET_TICKADJ. Cool.
3678 yesno*) # Read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
3679 AC_MSG_WARN([PRESET_TICKADJ is defined but not PRESET_TICK. Please report this.])
3681 yes*no) # Read KMEM, PRESET_TICK but no PRESET_TICKADJ. Cool.
3683 yes*) # READ KMEM, PRESET_TICK and PRESET_TICKADJ.
HDconfig.h.in1459 #undef PRESET_TICK