Home
last modified time | relevance | path

Searched refs:FLAG_PPS (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_wwvb.c437 if (peer->flags & FLAG_PPS) in wwvb_receive()
486 peer->flags |= FLAG_PPS; in wwvb_timer()
528 peer->flags &= ~FLAG_PPS; in wwvb_poll()
577 peer->flags &= ~FLAG_PPS; in wwvb_control()
HDrefclock_atom.c195 peer->flags |= FLAG_PPS; in atom_timer()
230 peer->flags &= ~FLAG_PPS; in atom_poll()
HDrefclock_oncore.c631 peer->flags &= ~FLAG_PPS; /* PPS not active yet */ in oncore_start()
1616 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1623 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1635 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1646 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1674 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1703 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1764 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1771 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
1884 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()
[all …]
HDrefclock_nmea.c551 peer->flags &= ~FLAG_PPS; in nmea_control()
979 peer->flags |= FLAG_PPS; in nmea_procrec()
1105 peer->flags &= ~FLAG_PPS; in nmea_poll()
1117 peer->flags &= ~FLAG_PPS; in nmea_poll()
HDrefclock_gpsdjson.c776 peer->flags &= ~FLAG_PPS; in poll_secondary()
811 peer->flags &= ~FLAG_PPS; in gpsd_control()
895 peer->flags &= ~FLAG_PPS; in timer_secondary()
1013 peer->flags |= FLAG_PPS; in eval_pps_secondary()
HDrefclock_parse.c4223 parse->peer->flags |= (FLAG_PPS | FLAG_TSTAMP_PPS); in parse_process()
4229 parse->peer->flags &= ~(FLAG_PPS | FLAG_TSTAMP_PPS); in parse_process()
HDntp_proto.c3817 if (peer->flags & FLAG_PPS) { in clock_select()
/freebsd-13-stable/contrib/ntp/include/
HDntp.h462 #define FLAG_PPS 0x0080 /* steered by PPS */ macro
/freebsd-13-stable/contrib/ntp/
HDChangeLog1714 * [Bug 1466] Oncore should set FLAG_PPS.
HDCommitLog83854 [Bug 1466] Oncore should set FLAG_PPS
83857 [Bug 1466] Oncore should set FLAG_PPS
83860 [Bug 1466] Oncore should set FLAG_PPS
161693 (2) provide a cleaner solution to turning FLAG_PPS on/off in oncore_get_timestamp.
161715 Cleaner solution to flipping FLAG_PPS on/off in oncore_get_timestamp.