Searched refs:ttyb (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dicom.c146 TTY ttyb; local
155 rc = tcgetattr(fd, &ttyb);
162 ttyb.c_iflag = 0; /* input modes */
163 ttyb.c_oflag = 0; /* output modes */
164 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */
165 ttyb.c_lflag = 0; /* local modes */
166 ttyb.c_cc[VMIN] = 0; /* min chars */
167 ttyb.c_cc[VTIME] = 5; /* receive timeout */
168 cfsetispeed(&ttyb, (u_int)speed);
169 cfsetospeed(&ttyb, (u_in
[all...]
/netbsd-current/etc/etc.sun3/
H A Dttys7 # Note: the console redirects to one of: kd, ttya, ttyb
12 ttyb "/usr/libexec/getty std.9600" unknown off secure
H A DMAKEDEV.conf20 mkdev ttyb c 12 1
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpass.c82 TERMIO_TYPE ttyb; local
95 if (GETATTR(fileno(fi), &ttyb) < 0)
98 flags = GETFLAGS( ttyb );
99 SETFLAGS( ttyb, flags & ~ECHO );
100 if (SETATTR(fileno(fi), &ttyb) < 0)
117 SETFLAGS( ttyb, flags );
118 if (SETATTR(fileno(fi), &ttyb) < 0)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_leitch.c281 { struct termio ttyb; local
282 if (ioctl(fd232, TCGETA, &ttyb) < 0) {
287 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL;
288 ttyb.c_oflag = 0;
289 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD;
290 ttyb.c_lflag = ICANON;
291 ttyb.c_cc[VERASE] = ttyb.c_cc[VKILL] = '\0';
292 if (ioctl(fd232, TCSETA, &ttyb) < 0) {
303 { struct termios ttyb, *tty local
333 struct sgttyb ttyb; local
[all...]
H A Dntp_refclock.c951 TTY ttyb, *ttyp; local
961 ttyp = &ttyb;
990 cfsetispeed(&ttyb, speed);
991 cfsetospeed(&ttyb, speed);
H A Drefclock_msfees.c440 struct termios ttyb, *ttyp; local
484 ttyp = &ttyb;
/netbsd-current/etc/etc.sun2/
H A Dttys7 # Note: the console redirects to one of: kd, ttya, ttyb
12 ttyb "/usr/libexec/getty std.9600" unknown off secure
H A DMAKEDEV.conf20 mkdev ttyb c 12 1
/netbsd-current/lib/libc/gen/
H A Dttyname.c63 struct termios ttyb; local
77 if (tcgetattr(fd, &ttyb) == -1)
/netbsd-current/etc/etc.luna68k/
H A DMAKEDEV.conf13 ttyb) major=7; minor=1 ;;
/netbsd-current/etc/etc.sparc64/
H A DMAKEDEV.conf4 makedev std_sparc64 ttya ttyb ttyc ttyd ttyC00 ttyC01
39 makedev std std_sparc64 ttya ttyb ttyc ttyd opty
46 makedev std bpf std_sparc64 ttya ttyb ttyc ttyd opty
/netbsd-current/etc/etc.pmax/
H A DMAKEDEV.conf46 mkdev ttyb c $chr 1
/netbsd-current/etc/etc.sparc/
H A DMAKEDEV.conf4 makedev std_sparc ttya ttyb ttyc ttyd ttyC00 ttyC01
35 makedev std std_sparc bpf ttya ttyb ttyc ttyd opty
/netbsd-current/external/bsd/ntp/dist/clockstuff/
H A Dchutest.c178 struct sgttyb ttyb; local
194 ttyb.sg_ispeed = ttyb.sg_ospeed = B300;
195 ttyb.sg_erase = ttyb.sg_kill = 0;
196 ttyb.sg_flags = EVENP|ODDP|RAW;
199 if (ioctl(s, TIOCSETP, (char *)&ttyb) < 0)

Completed in 252 milliseconds