Searched refs:refclock_open (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_heath.c225 fd = refclock_open(device, speed[peer->ttl & 0x3],
H A Drefclock_pst.c131 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_arbiter.c166 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_as2201.c169 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK);
H A Drefclock_chronolog.c112 fd = refclock_open(device, SPEED232, 0);
H A Drefclock_dumbclock.c123 fd = refclock_open(device, SPEED232, 0);
H A Drefclock_fg.c110 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_hopfser.c135 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK);
H A Drefclock_ulink.c129 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_zyfer.c141 fd = refclock_open(device, SPEED232, LDISC_RAW);
H A Drefclock_hpgps.c174 fd = refclock_open(device, speed, ldisc);
H A Drefclock_wwvb.c192 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_acts.c516 fd = refclock_open(device, SPEED232, LDISC_ACTS |
H A Drefclock_true.c284 fd = refclock_open(device, SPEED232, LDISC_CLK);
H A Drefclock_chu.c496 fd = refclock_open(device, SPEED232, LDISC_RAW);
504 fd = refclock_open(device, SPEED232, LDISC_RAW);
H A Dntp_refclock.c872 * refclock_open - open serial port for reference clock
879 refclock_open( function
903 /* refclock_open() long returned 0 on failure, avoid it. */
912 msyslog(LOG_ERR, "refclock_open %s: %m", dev);
H A Drefclock_arc.c648 temp_fd = refclock_open(device, SPEED, LDISC_CLK);
H A Drefclock_jupiter.c187 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW);
H A Drefclock_mx4200.c220 fd = refclock_open(gpsdev, SPEED232, LDISC_PPS);
H A Drefclock_neoclock4x.c181 fd = refclock_open(dev, B2400, LDISC_STD);
H A Drefclock_palisade.c315 fd = refclock_open(gpsdev, speed, LDISC_RAW);
H A Drefclock_jjy.c535 fd = refclock_open ( sDeviceName, up->linespeed, up->linediscipline ) ;
H A Drefclock_nmea.c439 pp->io.fd = refclock_open(device, baudrate, LDISC_CLK);
H A Drefclock_oncore.c687 fd1 = refclock_open(device1, SPEED, LDISC_RAW);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h222 extern int refclock_open (const char *, u_int, u_int);

Completed in 213 milliseconds

12