Searched refs:ttyb (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | icom.c | 144 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 D | refclock_leitch.c | 279 { struct termio ttyb; in leitch_start() local 280 if (ioctl(fd232, TCGETA, &ttyb) < 0) { in leitch_start() 285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start() 286 ttyb.c_oflag = 0; in leitch_start() 287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start() 288 ttyb.c_lflag = ICANON; in leitch_start() 289 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0'; in leitch_start() 290 if (ioctl(fd232, TCSETA, &ttyb) < 0) { in leitch_start() 301 { struct termios ttyb, *ttyp; in leitch_start() local 303 ttyp = &ttyb; in leitch_start() [all …]
|
H A D | ntp_refclock.c | 1028 TTY ttyb, *ttyp; in refclock_setup() 1038 ttyp = &ttyb; in refclock_setup() 1067 cfsetispeed(&ttyb, speed); in refclock_setup() 1068 cfsetospeed(&ttyb, speed); in refclock_setup() 1030 TTY ttyb, *ttyp; refclock_setup() local
|
H A D | refclock_msfees.c | 438 struct termios ttyb, *ttyp; in msfees_start() local 482 ttyp = &ttyb; in msfees_start()
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 176 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 D | spell.ok | 557 ttyb
|