Searched refs:CLK_FLAG1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_hopfpci.c235 * if CLK_FLAG1 is set, sychronize even if no radio operation
239 if ((pp->sloppyclockflag & CLK_FLAG1) == 0) {
H A Drefclock_hopfser.c315 * if CLK_FLAG1 is set, sychronize even if no radio operation
319 if ((pp->sloppyclockflag & CLK_FLAG1) == 0) {
H A Drefclock_ulink.c547 if (pp->sloppyclockflag & CLK_FLAG1) {
H A Drefclock_acts.c710 if (pp->sloppyclockflag & CLK_FLAG1) {
711 pp->sloppyclockflag &= ~CLK_FLAG1;
H A Drefclock_wwvb.c571 if (!(pp->sloppyclockflag & CLK_FLAG1)) {
H A Dntp_refclock.c1213 pp->sloppyclockflag &= ~CLK_FLAG1;
1214 pp->sloppyclockflag |= in->flags & CLK_FLAG1;
1246 if (CLK_FLAG1 & out->flags)
H A Drefclock_shm.c279 if (pp->sloppyclockflag & CLK_FLAG1)
H A Drefclock_arc.c1288 if(pp->sloppyclockflag & CLK_FLAG1) {
1412 ((pp->sloppyclockflag & CLK_FLAG1) ? "1" : "."),
H A Drefclock_neoclock4x.c533 if(0==(pp->sloppyclockflag & CLK_FLAG1))
713 if(pp->sloppyclockflag & CLK_FLAG1)
H A Drefclock_true.c639 if (!(pp->sloppyclockflag & CLK_FLAG1)) {
H A Drefclock_jjy.c1424 if ( ( pp->sloppyclockflag & CLK_FLAG1 ) == 0 ) {
1434 printf ( "%s (refclock_jjy.c) : flag1=%X CLK_FLAG1=%X up->iLineCount=%d\n",
1435 sFunctionName, pp->sloppyclockflag, CLK_FLAG1,
2306 if ( ( pp->sloppyclockflag & CLK_FLAG1 ) == 0 ) {
2314 printf ( "%s (refclock_jjy.c) : flag1=%X CLK_FLAG1=%X up->iLineCount=%d\n",
2315 sFunctionName, pp->sloppyclockflag, CLK_FLAG1,
4217 if ( ( pp->sloppyclockflag & CLK_FLAG1 ) == 0 ) {
H A Drefclock_nmea.c519 if ((CLK_FLAG1 & pp->sloppyclockflag) && !up->ppsapi_tried) {
554 if ( !(CLK_FLAG1 & pp->sloppyclockflag) && up->ppsapi_tried) {
H A Drefclock_gpsdjson.c791 if ( ! (pp->sloppyclockflag & CLK_FLAG1))
993 (pp->sloppyclockflag & CLK_FLAG1) )
H A Dntp_config.c3910 clock_stat.flags |= CLK_FLAG1;
3912 clock_stat.flags &= ~CLK_FLAG1;
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.h43 #define CLK_FLAG1 0x1 macro
H A Dparse.h181 #define PARSE_TRUSTTIME CLK_FLAG1 /* use flag1 to indicate the time2 references mean the trust time */

Completed in 262 milliseconds