HomeSort by: relevance | last modified time | path
    Searched defs:ntp_adjtime (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/sys/
ntp_adjtime.c 1 /* $NetBSD: ntp_adjtime.c,v 1.13 2012/03/20 16:26:12 matt Exp $ */
36 __RCSID("$NetBSD: ntp_adjtime.c,v 1.13 2012/03/20 16:26:12 matt Exp $");
55 __weak_alias(ntp_adjtime,_ntp_adjtime)
63 ntp_adjtime(struct timex *tp) function
73 * ntp_adjtime() is callable for mortals if tp->modes == 0 !
  /src/external/bsd/ntp/dist/include/
ntp_syscall.h 4 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
17 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t)) macro
21 extern int ntp_adjtime (struct timex *);
42 result = ntp_adjtime(&tntx);
  /src/lib/libc/include/
namespace.h 552 #define ntp_adjtime _ntp_adjtime macro

Completed in 70 milliseconds