Home
last modified time | relevance | path

Searched refs:CLK_FLAG4 (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_atom.c201 if (pp->sloppyclockflag & CLK_FLAG4) { in atom_timer()
H A Drefclock_nmea.c792 if (CLK_FLAG4 & pp->sloppyclockflag) in nmea_procrec()
800 if (CLK_FLAG4 & pp->sloppyclockflag) in nmea_procrec()
808 if (CLK_FLAG4 & pp->sloppyclockflag) in nmea_procrec()
840 if (CLK_FLAG4 & pp->sloppyclockflag) in nmea_procrec()
H A Drefclock_wwv.c1353 if (pp->sloppyclockflag & CLK_FLAG4) { in wwv_qrz()
1479 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status & in wwv_endpoc()
1571 if (pp->sloppyclockflag & CLK_FLAG4) { in wwv_endpoc()
1858 if (pp->sloppyclockflag & CLK_FLAG4) { in wwv_rsec()
2022 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status & in wwv_rsec()
2191 if ((pp->sloppyclockflag & CLK_FLAG4) && !(up->status & in wwv_corr4()
H A Drefclock_as2201.c327 * If CLK_FLAG4 is set, initialize the statistics buffer and in as2201_receive()
335 if (pp->sloppyclockflag & CLK_FLAG4) { in as2201_receive()
H A Drefclock_true.c537 if ((pp->sloppyclockflag & CLK_FLAG4) && up->pcl720init) { in true_receive()
901 if ((pp->sloppyclockflag & CLK_FLAG4) && !up->pcl720init) { in true_doevent()
H A Drefclock_irig.c954 if (pp->sloppyclockflag & CLK_FLAG4) { in irig_decode()
992 if (!(pp->sloppyclockflag & CLK_FLAG4)) { in irig_poll()
H A Drefclock_arbiter.c288 if (pp->sloppyclockflag & CLK_FLAG4) in arb_receive()
H A Dntp_refclock.c1304 pp->sloppyclockflag &= ~CLK_FLAG4; in refclock_control()
1305 pp->sloppyclockflag |= in->flags & CLK_FLAG4; in refclock_control()
1331 if (CLK_FLAG4 & out->flags) in refclock_control()
H A Drefclock_neoclock4x.c543 if(pp->sloppyclockflag & CLK_FLAG4) in neoclock4x_receive()
617 if(pp->sloppyclockflag & CLK_FLAG4) in neoclock4x_receive()
H A Drefclock_hpgps.c583 * If CLK_FLAG4 is set, ask for the status screen response. in hpgps_receive()
585 if (pp->sloppyclockflag & CLK_FLAG4){ in hpgps_receive()
H A Drefclock_wwvb.c517 if (pp->sloppyclockflag & CLK_FLAG4 && pp->hour < in wwvb_poll()
H A Drefclock_chu.c1132 if (pp->sloppyclockflag & CLK_FLAG4) in chu_b()
1237 if (pp->sloppyclockflag & CLK_FLAG4) in chu_a()
H A Drefclock_shm.c653 if (pp->sloppyclockflag & CLK_FLAG4) { in shm_clockstats()
H A Drefclock_arc.c1418 ((pp->sloppyclockflag & CLK_FLAG4) ? "4" : ".")); in arc_receive()
H A Drefclock_gpsdjson.c745 if (pp->sloppyclockflag & CLK_FLAG4) in poll_primary()
H A Drefclock_parse.c2925 if (!refclock_params(parse->flags & (CLK_FLAG1|CLK_FLAG2|CLK_FLAG4), &parse->atom)) in parse_ppsapi()
3400 u_char mask = CLK_FLAG1|CLK_FLAG2|CLK_FLAG3|CLK_FLAG4; in parse_ctl()
H A Dntp_config.c4040 clock_stat.flags |= CLK_FLAG4; in config_device()
4042 clock_stat.flags &= ~CLK_FLAG4; in config_device()
H A Drefclock_jjy.c4094 if ( ( pp->sloppyclockflag & CLK_FLAG4 ) == 0 ) { in modem_init_resp00()
/freebsd/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 ea…