HomeSort by: relevance | last modified time | path
    Searched refs:ttyb (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
icom.c 146 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_int)speed)
    [all...]
  /src/etc/etc.sun3/
ttys 7 # Note: the console redirects to one of: kd, ttya, ttyb
12 ttyb "/usr/libexec/getty std.9600" unknown off secure
MAKEDEV.conf 20 mkdev ttyb c 12 1
  /src/external/bsd/openldap/dist/libraries/liblutil/
getpass.c 82 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)
  /src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 281 { 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, *ttyp local
333 struct sgttyb ttyb; local
    [all...]
ntp_refclock.c 1030 TTY ttyb, *ttyp; local
1040 ttyp = &ttyb;
1069 cfsetispeed(&ttyb, speed);
1070 cfsetospeed(&ttyb, speed);
refclock_msfees.c 440 struct termios ttyb, *ttyp; local
484 ttyp = &ttyb;
  /src/etc/etc.sun2/
ttys 7 # Note: the console redirects to one of: kd, ttya, ttyb
12 ttyb "/usr/libexec/getty std.9600" unknown off secure
MAKEDEV.conf 20 mkdev ttyb c 12 1
  /src/lib/libc/gen/
ttyname.c 63 struct termios ttyb; local
77 if (tcgetattr(fd, &ttyb) == -1)
  /src/etc/etc.luna68k/
MAKEDEV.conf 13 ttyb) major=7; minor=1 ;;
  /src/etc/etc.sparc64/
MAKEDEV.conf 4 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
  /src/etc/etc.pmax/
MAKEDEV.conf 46 mkdev ttyb c $chr 1
  /src/etc/etc.sparc/
MAKEDEV.conf 4 makedev std_sparc ttya ttyb ttyc ttyd ttyC00 ttyC01
35 makedev std std_sparc bpf ttya ttyb ttyc ttyd opty
  /src/external/bsd/ntp/dist/clockstuff/
chutest.c 178 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 18 milliseconds