Searched refs:pollchar (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_chronolog.c | 324 char pollchar; in chronolog_poll() 331 pollchar = 'R'; in chronolog_poll() 333 pollchar = 'T'; in chronolog_poll() 334 if (write(pp->io.fd, &pollchar, 1) != 1) in chronolog_poll()
|
| H A D | refclock_dumbclock.c | 348 char pollchar; 364 pollchar = 'R'; 366 pollchar = 'T'; 367 if (refclock_fdwrite(peer, pp->io.fd, &pollchar, 1) != 1)
|
| H A D | refclock_wwvb.c | 457 char pollchar; /* character sent to clock */ in wwvb_timer() local 472 pollchar = 'R'; in wwvb_timer() 474 pollchar = 'T'; in wwvb_timer() 475 if (write(pp->io.fd, &pollchar, 1) != 1) in wwvb_timer() 480 printf("%c poll at %s\n", pollchar, prettydate(&now)); in wwvb_timer()
|
| H A D | refclock_ulink.c | 543 char pollchar; in ulink_poll() local 546 pollchar = 'T'; in ulink_poll() 548 if (write(pp->io.fd, &pollchar, 1) != 1) in ulink_poll()
|