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

  /src/external/bsd/ntp/dist/util/
timetrim.c 1 /* $NetBSD: timetrim.c,v 1.5 2020/05/25 20:47:37 christos Exp $ */
5 * timetrim.c
7 * "timetrim" allows setting and adjustment of the system clock frequency
12 * offset (drift) values; to convert to a timetrim value, multiply by
15 * "timetrim" with no arguments just prints out the current kernel value.
19 * than timetrim native units.
21 * Note that there is a limit of +-3000000 (0.3%) on the timetrim value
41 #define USAGE "usage: timetrim [-n] [[-i] value]\n"
53 long timetrim; local
71 if (syssgi(SGI_GETTIMETRIM, &timetrim) < 0)
    [all...]
  /src/external/bsd/ntp/dist/
configure 33172 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want and can make the timetrim utility" >&5
33173 printf %s "checking if we want and can make the timetrim utility... " >&6; }
33197 MAKE_TIMETRIM=timetrim

Completed in 72 milliseconds