Home
last modified time | relevance | path

Searched refs:ttyb (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dicom.c144 TTY ttyb; in icom_init() local
153 rc = tcgetattr(fd, &ttyb); in icom_init()
160 ttyb.c_iflag = 0; /* input modes */ in icom_init()
161 ttyb.c_oflag = 0; /* output modes */ in icom_init()
162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
163 ttyb.c_lflag = 0; /* local modes */ in icom_init()
164 ttyb.c_cc[VMIN] = 0; /* min chars */ in icom_init()
165 ttyb.c_cc[VTIME] = 5; /* receive timeout */ in icom_init()
166 cfsetispeed(&ttyb, (u_int)speed); in icom_init()
167 cfsetospeed(&ttyb, (u_int)speed); in icom_init()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c279 { struct termio ttyb; in leitch_start() local
285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
286 ttyb.c_oflag = 0; in leitch_start()
288 ttyb.c_lflag = ICANON; in leitch_start()
289 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0'; in leitch_start()
301 { struct termios ttyb, *ttyp; in leitch_start() local
303 ttyp = &ttyb; in leitch_start()
331 struct sgttyb ttyb; in leitch_start() local
338 ttyb.sg_ispeed = ttyb.sg_ospeed = SPEED232; in leitch_start()
339 ttyb.sg_erase = ttyb.sg_kill = '\0'; in leitch_start()
[all …]
H A Dntp_refclock.c1030 TTY ttyb, *ttyp; in refclock_setup() local
1040 ttyp = &ttyb; in refclock_setup()
1069 cfsetispeed(&ttyb, speed); in refclock_setup()
1070 cfsetospeed(&ttyb, speed); in refclock_setup()
H A Drefclock_msfees.c438 struct termios ttyb, *ttyp; in msfees_start() local
482 ttyp = &ttyb; in msfees_start()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c176 struct sgttyb ttyb; in openterm() local
192 ttyb.sg_ispeed = ttyb.sg_ospeed = B300; in openterm()
193 ttyb.sg_erase = ttyb.sg_kill = 0; in openterm()
194 ttyb.sg_flags = EVENP|ODDP|RAW; in openterm()
197 if (ioctl(s, TIOCSETP, (char *)&ttyb) < 0) in openterm()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok557 ttyb