| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_trak.c | 93 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 153 !(fd = refclock_open(device, SPEED232, LDISC_CLK)) in trak_start() 155 !(fd = refclock_open(device, SPEED232, 0)) in trak_start()
|
| HD | refclock_leitch.c | 50 #define SPEED232 B300 /* uart speed (300 baud) */ macro 284 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start() 311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start() 353 ttyb.sg_ispeed = ttyb.sg_ospeed = SPEED232; in leitch_start()
|
| HD | refclock_pst.c | 75 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 131 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in pst_start()
|
| HD | refclock_zyfer.c | 79 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 138 if ( !(fd = refclock_open(device, SPEED232, LDISC_RAW)) ) in zyfer_start()
|
| HD | refclock_fg.c | 31 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 113 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in fg_start()
|
| HD | refclock_as2201.c | 67 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 169 if (!(fd = refclock_open(gpsdev, SPEED232, LDISC_CLK))) in as2201_start()
|
| HD | refclock_chronolog.c | 48 #define SPEED232 B2400 /* uart speed (2400 baud) */ macro 112 if (!(fd = refclock_open(device, SPEED232, 0))) in chronolog_start()
|
| HD | refclock_ulink.c | 87 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 146 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in ulink_start()
|
| HD | refclock_wwvb.c | 101 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 162 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in wwvb_start()
|
| HD | refclock_hopfser.c | 65 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 138 fd = refclock_open(gpsdev, SPEED232, LDISC_CLK); in hopfserial_start()
|
| HD | refclock_dumbclock.c | 50 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 123 fd = refclock_open(device, SPEED232, 0); in dumbclock_start()
|
| HD | refclock_arbiter.c | 92 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 151 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in arb_start()
|
| HD | refclock_palisade.h | 103 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
|
| HD | refclock_hpgps.c | 94 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 172 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in hpgps_start()
|
| HD | refclock_palisade.c | 144 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); 162 if (cfsetispeed(&tio, SPEED232) == -1) { 169 if (cfsetospeed(&tio, SPEED232) == -1) {
|
| HD | refclock_nmea.c | 66 #define SPEED232 B4800 /* uart speed (4800 bps) */ macro 150 fd = refclock_open(device, SPEED232, LDISC_CLK); in nmea_start()
|
| HD | refclock_true.c | 117 #define SPEED232 B9600 /* 9600 baud */ macro 259 if (!(fd = refclock_open(device, SPEED232, LDISC_CLK))) in true_start()
|
| HD | refclock_chu.c | 191 #define SPEED232 B300 /* uart speed (300 baud) */ macro 195 #define SPEED232 B300 /* UART speed (300 baud) */ macro 467 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start() 475 fd = refclock_open(device, SPEED232, LDISC_RAW); in chu_start()
|
| HD | refclock_acts.c | 132 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro 771 fd = refclock_open(device, SPEED232, in acts_timeout()
|
| HD | refclock_msfees.c | 143 #ifndef SPEED232 144 #define SPEED232 B9600 /* 9600 baud */ macro 488 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in msfees_start()
|
| HD | refclock_mx4200.c | 108 #define SPEED232 B4800 /* baud */ macro 226 if (!(fd = refclock_open(gpsdev, SPEED232, LDISC_PPS))) { in mx4200_start()
|
| HD | refclock_jupiter.c | 84 #define SPEED232 B9600 /* baud */ macro 192 fd = refclock_open(gpsdev, SPEED232, LDISC_RAW); in jupiter_start()
|
| HD | refclock_jjy.c | 152 #define SPEED232 B9600 /* uart speed (9600 baud) */ macro
|
| HD | refclock_ripencc.c | 103 #define SPEED232 B9600 /* 9600 baud */ macro 478 if (!(fd = refclock_open(device, SPEED232, LDISC_RAW))) in ripencc_start()
|