Searched refs:refclock_open (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp_refclock.h | 224 extern int refclock_open (const char *, u_int, u_int);
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_zyfer.c | 140 fd = refclock_open(device, SPEED232, LDISC_RAW); in zyfer_start()
|
| D | refclock_pst.c | 131 fd = refclock_open(device, SPEED232, LDISC_CLK); in pst_start()
|
| D | refclock_heath.c | 225 fd = refclock_open(device, speed[peer->ttl & 0x3], in heath_start()
|
| D | refclock_fg.c | 110 fd = refclock_open(device, SPEED232, LDISC_CLK); in fg_start()
|
| D | refclock_as2201.c | 169 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK); in as2201_start()
|
| D | refclock_hopfser.c | 135 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK); in hopfserial_start()
|
| D | refclock_ulink.c | 129 fd = refclock_open(device, SPEED232, LDISC_CLK); in ulink_start()
|
| D | refclock_chronolog.c | 112 fd = refclock_open(device, SPEED232, 0); in chronolog_start()
|
| D | refclock_dumbclock.c | 123 fd = refclock_open(device, SPEED232, 0); in dumbclock_start()
|
| D | refclock_arbiter.c | 166 fd = refclock_open(device, SPEED232, LDISC_CLK); in arb_start()
|
| D | refclock_hpgps.c | 174 fd = refclock_open(device, speed, ldisc); in hpgps_start()
|
| D | refclock_wwvb.c | 192 fd = refclock_open(device, SPEED232, LDISC_CLK); in wwvb_start()
|
| D | refclock_chu.c | 496 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start() 504 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
|
| D | refclock_acts.c | 516 fd = refclock_open(device, SPEED232, LDISC_ACTS | in acts_timeout()
|
| D | refclock_true.c | 284 fd = refclock_open(device, SPEED232, LDISC_CLK); in true_start()
|
| D | refclock_mx4200.c | 220 fd = refclock_open(gpsdev, SPEED232, LDISC_PPS); in mx4200_start()
|
| D | refclock_neoclock4x.c | 181 fd = refclock_open(dev, B2400, LDISC_STD); in neoclock4x_start()
|
| D | refclock_arc.c | 648 temp_fd = refclock_open(device, SPEED, LDISC_CLK); in arc_start()
|
| D | refclock_palisade.c | 281 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in palisade_start()
|
| D | ntp_refclock.c | 734 refclock_open( in refclock_open() function
|
| D | refclock_jupiter.c | 197 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in jupiter_start()
|
| D | refclock_nmea.c | 480 pp->io.fd = refclock_open(device, baudrate, LDISC_CLK); in nmea_start()
|
| /freebsd-9-stable/contrib/ntp/ |
| D | CommitLog-4.1.0 | 81 * ntpd/ntp_refclock.c (refclock_open): Add O_NOCTTY to the open() 1242 * ntpd/ntp_refclock.c (refclock_open): Check for failure using <0 1482 (refclock_open, refclock_ioctl): Use `TTY' from ntp_tty.h. 1580 (refclock_open): PPS/PPSAPI cleanup 3215 * ntpd/ntp_refclock.c (refclock_open): More PPS cleanup 3228 * ntpd/ntp_refclock.c (refclock_open): "flags" processing cleanup 3229 (refclock_open): PPS device initialization cleanup 4721 * ntpd/ntp_refclock.c (refclock_open): VMIN should be 1, not 0 4887 * ntpd/ntp_refclock.c (refclock_open): Zero the entire c_cc[] array.
|
| D | ChangeLog | 2095 * [Bug 1772] refclock_open() return value check wrong for ACTS. 2099 * Change refclock_open() to return -1 on failure like open(). 2100 * Update all refclock_open() callers to check for fd <= 0 indicating 2101 failure, so they work with older and newer refclock_open() and can 2104 entrypoints to avoid crashing, particularly if refclock_open() fails. 2624 * From 4.2.6p1-RC6: Correct Windows port's refclock_open() to 2627 check for 0 returned from refclock_open() on failure. 3039 * Correct Windows port's refclock_open() to return 0 on failure not -1. 3041 refclock_open() on failure.
|
12