OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/util/
kern.c
19
# include "
timex
.h"
44
struct timeval
timex
; /* ripoff of kernel time variable */
variable in typeref:struct:timeval
79
timex
.tv_sec = 0;
80
timex
.tv_usec = MAXPHASE;
94
if (
timex
.tv_usec >= 1000000) {
95
timex
.tv_usec -= 1000000;
96
timex
.tv_sec++;
100
timez = (long)timey -
timex
.tv_usec;
107
timex
.tv_sec, timez,
130
mtemp =
timex
.tv_sec - time_reftime
[
all
...]
/src/bin/ksh/
c_sh.c
723
timex
(t, f)
function
/src/sys/sys/
timex.h
1
/* $NetBSD:
timex
.h,v 1.20 2022/10/26 23:23:52 riastradh Exp $ */
23
* Modification history
timex
.h
50
* $FreeBSD: src/sys/sys/
timex
.h,v 1.18 2005/01/07 02:29:24 imp Exp $
70
* #include <sys/
timex
.h>
85
* #include <sys/
timex
.h>
90
* struct
timex
*tptr;
93
* Certain fields of the
timex
structure are interpreted in either
126
* Control mode codes (
timex
.modes)
142
* Status codes (
timex
.status)
213
struct
timex
{
struct
[
all
...]
/src/external/bsd/ntp/dist/kernel/sys/
timex.h
1
/* $NetBSD:
timex
.h,v 1.5 2020/05/25 20:47:20 christos Exp $ */
20
* Modification history
timex
.h
50
* #include <sys/
timex
.h>
61
* #include <sys/
timex
.h>
66
* struct
timex
*tptr pointer to
timex
structure
201
* Control mode codes (
timex
.modes)
213
* Status codes (
timex
.status)
261
struct
timex
{
struct
305
extern int ntp_adjtime __P((struct
timex
*));
[
all
...]
Completed in 47 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026