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_PPSTIME
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
98
* or another driver. If enabled, the
STA_PPSTIME
and STA_FREQ bits are
339
|| (time_status & (STA_PPSFREQ |
STA_PPSTIME
)
345
|| (time_status &
STA_PPSTIME
&&
359
|| (time_status & (STA_PPSFREQ |
STA_PPSTIME
)
361
|| (time_status &
STA_PPSTIME
386
&& ptimex->status &
STA_PPSTIME
)
390
if ( ptimex->status &
STA_PPSTIME
788
ntv.status |= (
STA_PPSTIME
| STA_PPSFREQ);
789
if (!(pll_status &
STA_PPSTIME
))
794
ntv.status &= ~(
STA_PPSTIME
| STA_PPSFREQ)
[
all
...]
/src/sys/compat/freebsd/
freebsd_timex.h
211
#define
STA_PPSTIME
0x0004 /* enable PPS time discipline (rw) */
/src/sys/sys/
timex.h
146
#define
STA_PPSTIME
0x0004 /* enable PPS time discipline (rw) */
/src/external/bsd/ntp/dist/kernel/sys/
timex.h
217
#define
STA_PPSTIME
0x0004 /* enable PPS time discipline (rw) */
/src/external/bsd/ntp/dist/libntp/
statestr.c
241
# ifdef
STA_PPSTIME
242
{
STA_PPSTIME
, "ppstime", 0 },
/src/sys/kern/
kern_ntptime.c
513
if (time_status &
STA_PPSTIME
&& time_status &
632
if (!(time_status &
STA_PPSTIME
&& time_status &
794
} else if (time_status &
STA_PPSTIME
) {
909
(time_status & (STA_PPSFREQ |
STA_PPSTIME
) &&
916
(time_status &
STA_PPSTIME
&&
/src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c
2985
#ifdef
STA_PPSTIME
2986
if (status &
STA_PPSTIME
) (void)fprintf(fp, " ppstime");
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026