OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_PPS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_atom.c
197
peer->flags |=
FLAG_PPS
;
232
peer->flags &= ~
FLAG_PPS
;
refclock_wwvb.c
440
if (peer->flags &
FLAG_PPS
)
489
peer->flags |=
FLAG_PPS
;
531
peer->flags &= ~
FLAG_PPS
;
580
peer->flags &= ~
FLAG_PPS
;
refclock_nmea.c
553
peer->flags &= ~
FLAG_PPS
;
981
peer->flags |=
FLAG_PPS
;
989
/* !Note! '
FLAG_PPS
' is reset in 'nmea_poll()' */
1107
peer->flags &= ~
FLAG_PPS
;
1119
peer->flags &= ~
FLAG_PPS
;
refclock_oncore.c
633
peer->flags &= ~
FLAG_PPS
; /* PPS not active yet */
1619
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1626
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1638
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1649
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1677
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1706
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1767
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1774
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG */
1887
peer->flags &= ~
FLAG_PPS
; /* problem - clear PPS FLAG *
[
all
...]
refclock_gpsdjson.c
778
peer->flags &= ~
FLAG_PPS
;
813
peer->flags &= ~
FLAG_PPS
;
897
peer->flags &= ~
FLAG_PPS
;
1015
peer->flags |=
FLAG_PPS
;
refclock_parse.c
4225
parse->peer->flags |= (
FLAG_PPS
| FLAG_TSTAMP_PPS);
4231
parse->peer->flags &= ~(
FLAG_PPS
| FLAG_TSTAMP_PPS);
ntp_proto.c
3819
if (peer->flags &
FLAG_PPS
) {
/src/external/bsd/ntp/dist/include/
ntp.h
464
#define
FLAG_PPS
0x0080 /* steered by PPS */
Completed in 86 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026