OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STA_DEL
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/compat/freebsd/
freebsd_timex.h
214
#define
STA_DEL
0x0020 /* delete leap (rw) */
/src/sys/sys/
timex.h
149
#define
STA_DEL
0x0020 /* delete leap (rw) */
/src/external/bsd/ntp/dist/kernel/sys/
timex.h
221
#define
STA_DEL
0x0020 /* delete leap (rw) */
/src/external/bsd/ntp/dist/libntp/
statestr.c
250
# ifdef
STA_DEL
251
{
STA_DEL
, "del", 0 },
/src/sys/kern/
kern_ntptime.c
457
else if (time_status &
STA_DEL
)
479
if (!(time_status &
STA_DEL
))
499
if (!(time_status & (STA_INS |
STA_DEL
)))
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
803
ntv.status |=
STA_DEL
;
/src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c
2994
#ifdef
STA_DEL
2995
if (status &
STA_DEL
) (void)fprintf(fp, " del");
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026