HomeSort by relevance Sort by last modified time
    Searched refs:tios (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
ports.c 79 struct termios tios; local
123 if (ioctl(1, TCGETS, &tios) < 0) {
125 tios.c_cflag = tio.c_cflag;
127 if ((sspeed = baud_table[cfgetospeed(&tios)]) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
sys-solaris.c 1276 struct termios tios; local
1295 if (tcgetattr(fd, &tios) < 0) {
1299 inittermios = tios;
1313 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1315 tios.c_cflag |= CRTSCTS | CRTSXOFF;
1317 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
1319 tios.c_cflag |= CS8 | CREAD | HUPCL;
1321 tios.c_cflag |= CLOCAL;
1323 tios.c_iflag = IGNBRK | IGNPAR;
1324 tios.c_oflag = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.telnetd.c 4200 struct termios tios; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_main.c 412 struct termios tios; local
692 ttylike = (IOP_CTL(in_io, TCGETS, &tios) == 0);
1085 (void) IOP_CTL(in_io, TCSETSW, &tios);

Completed in 1080 milliseconds