Searched refs:CLK_FLAG4 (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_atom.c201 if (pp->sloppyclockflag & CLK_FLAG4) {
H A Drefclock_arbiter.c294 if (pp->sloppyclockflag & CLK_FLAG4)
H A Drefclock_as2201.c327 * If CLK_FLAG4 is set, initialize the statistics buffer and
335 if (pp->sloppyclockflag & CLK_FLAG4) {
H A Drefclock_wwv.c1353 if (pp->sloppyclockflag & CLK_FLAG4) {
1479 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status &
1571 if (pp->sloppyclockflag & CLK_FLAG4) {
1858 if (pp->sloppyclockflag & CLK_FLAG4) {
2022 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status &
2191 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status &
H A Drefclock_irig.c954 if (pp->sloppyclockflag & CLK_FLAG4) {
992 if (!(pp->sloppyclockflag & CLK_FLAG4)) {
H A Drefclock_true.c543 if ((pp->sloppyclockflag & CLK_FLAG4) && up->pcl720init) {
907 if ((pp->sloppyclockflag & CLK_FLAG4) && !up->pcl720init) {
H A Drefclock_hpgps.c583 * If CLK_FLAG4 is set, ask for the status screen response.
585 if (pp->sloppyclockflag & CLK_FLAG4){
H A Drefclock_nmea.c810 if (CLK_FLAG4 & pp->sloppyclockflag)
818 if (CLK_FLAG4 & pp->sloppyclockflag)
826 if (CLK_FLAG4 & pp->sloppyclockflag)
858 if (CLK_FLAG4 & pp->sloppyclockflag)
H A Drefclock_wwvb.c517 if (pp->sloppyclockflag & CLK_FLAG4 && pp->hour <
H A Dntp_refclock.c1225 pp->sloppyclockflag &= ~CLK_FLAG4;
1226 pp->sloppyclockflag |= in->flags & CLK_FLAG4;
1252 if (CLK_FLAG4 & out->flags)
H A Drefclock_shm.c653 if (pp->sloppyclockflag & CLK_FLAG4) {
H A Drefclock_neoclock4x.c543 if(pp->sloppyclockflag & CLK_FLAG4)
617 if(pp->sloppyclockflag & CLK_FLAG4)
H A Drefclock_chu.c1132 if (pp->sloppyclockflag & CLK_FLAG4)
1237 if (pp->sloppyclockflag & CLK_FLAG4)
H A Drefclock_arc.c1415 ((pp->sloppyclockflag & CLK_FLAG4) ? "4" : "."));
H A Drefclock_gpsdjson.c726 if (pp->sloppyclockflag & CLK_FLAG4)
H A Dntp_config.c3934 clock_stat.flags |= CLK_FLAG4;
3936 clock_stat.flags &= ~CLK_FLAG4;
H A Drefclock_parse.c2924 if (!refclock_params(parse->flags & (CLK_FLAG1|CLK_FLAG2|CLK_FLAG4), &parse->atom))
3386 u_char mask = CLK_FLAG1|CLK_FLAG2|CLK_FLAG3|CLK_FLAG4;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h46 #define CLK_FLAG4 0x8 macro
H A Dparse.h184 #define PARSE_LEAP_DELETE CLK_FLAG4 /* use flag4 to force leap deletion - only necessary when earth slows down */

Completed in 223 milliseconds