Searched refs:tios (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 409 struct termios tios; in set_up_tty() local 411 if (tcgetattr(fd, &tios) == -1) { in set_up_tty() 417 inittermios = tios; in set_up_tty() 421 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 423 tios.c_cflag |= CRTSCTS; in set_up_tty() 425 tios.c_cflag &= ~CRTSCTS; in set_up_tty() 427 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty() 429 tios.c_cflag |= CLOCAL; in set_up_tty() 430 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty() 431 tios.c_oflag = 0; in set_up_tty() [all …]
|
| /openbsd/src/lib/libedit/ |
| D | tty.c | 1154 struct termios *tios = &el->el_tty.t_ex; in tty_stty() local 1170 tios = &el->el_tty.t_ed; in tty_stty() 1175 tios = &el->el_tty.t_ex; in tty_stty() 1180 tios = &el->el_tty.t_ts; in tty_stty() 1266 tios->c_cc[c] = v; in tty_stty() 1285 tty_setup_flags(el, tios, z); in tty_stty() 1287 if (tty_setty(el, TCSADRAIN, tios) == -1) { in tty_stty() 1326 tty_setup_flags(EditLine *el, struct termios *tios, int mode) in tty_setup_flags() argument 1330 tcflag_t *f = tty__get_flag(tios, kind); in tty_setup_flags()
|
| /openbsd/src/lib/libcrypto/arc4random/ |
| D | getentropy_hpux.c | 280 struct termios tios; in getentropy_fallback() local 358 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback() 359 tios); in getentropy_fallback()
|
| D | getentropy_aix.c | 286 struct termios tios; in getentropy_fallback() local 364 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback() 365 tios); in getentropy_fallback()
|
| D | getentropy_solaris.c | 306 struct termios tios; in getentropy_fallback() local 384 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback() 385 tios); in getentropy_fallback()
|
| D | getentropy_osx.c | 299 struct termios tios; in getentropy_fallback() local 378 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback() 379 tios); in getentropy_fallback()
|
| D | getentropy_linux.c | 385 struct termios tios; in getentropy_fallback() local 468 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback() 469 tios); in getentropy_fallback()
|