Home | History | Annotate | Download | only in libntp

Lines Matching defs:adjtime

1 /*	$NetBSD: adjtime.c,v 1.7 2024/08/18 20:47:13 christos Exp $	*/
9 * MPE lacks adjtime(), so we define our own. But note that time slewing has
11 * from being able to maintain clock synch. Because of the bug, this adjtime()
26 int adjtime(struct timeval *delta, struct timeval *olddelta);
28 int adjtime(struct timeval *delta, struct timeval *olddelta)
128 static char RCSid[] = "adjtime.c,v 3.1 1993/07/06 01:04:42 jbj Exp";
136 #include "adjtime.h"
161 * adjtime - hp-ux copout of the standard Unix adjtime() system call
164 adjtime(
222 * Get the key to the adjtime message queue (note that we must
252 * Emulate adjtime() using QNX ClockAdjust().
256 * This is an implementation of adjtime() for QNX.
274 * Period of system clock adjustment. It should be equal to adjtime
281 adjtime (struct timeval *delta, struct timeval *olddelta)
385 # else /* no special adjtime() needed */