Searched refs:PRESET_TICK (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/ntp/util/ |
| H A D | tickadj.c | 441 #ifdef PRESET_TICK in main() 442 tick = PRESET_TICK; in main() 467 #ifdef PRESET_TICK in main()
|
| /freebsd/usr.sbin/ntp/ |
| H A D | config.h | 1518 #define PRESET_TICK 1000000L/hz macro
|
| /freebsd/contrib/ntp/ |
| H A D | configure.ac | 3567 AC_DEFINE_UNQUOTED([PRESET_TICK], [$ans], 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 an 3582 AC_DEFINE_UNQUOTED([PRESET_TICK], [$ans], global() definition [all...] |
| H A D | config.h.in | 1520 #undef PRESET_TICK
|