Searched refs:ttbuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | line.c | 122 struct termio ttbuf; local 130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) { 133 ttbufs.c_lflag = ttbuf.c_lflag; 134 ttbufs.c_oflag = ttbuf.c_oflag; 135 ttbufs.c_iflag = ttbuf.c_iflag; 136 ttbufs.c_cflag = ttbuf.c_cflag; 138 ttbufs.c_cc[i] = ttbuf.c_cc[i]; 217 ttbuf.c_lflag = ttbufs.c_lflag; 218 ttbuf.c_oflag = ttbufs.c_oflag; 219 ttbuf.c_iflag = ttbufs.c_iflag; [all …]
|
H A D | fio.c | 108 static struct termio ttbuf; variable 110 static struct sgttyb ttbuf; variable 124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) { in fturnon() 126 save_ttbuf = ttbuf; in fturnon() 127 ioctl(Ifn, TCGETA, &ttbuf); in fturnon() 128 ttbuf.c_iflag = IXOFF|IXON|ISTRIP; in fturnon() 129 ttbuf.c_cc[VMIN] = FIBUFSIZ > 64 ? 64 : FIBUFSIZ; in fturnon() 130 ttbuf.c_cc[VTIME] = 5; in fturnon() 131 ret = ioctl(Ifn, TCSETA, &ttbuf); in fturnon() 133 ttbuf = save_ttbuf; in fturnon() [all …]
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 112 struct termio ttbuf; in fixline() local 120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) in fixline() 122 ttbufs.c_lflag = ttbuf.c_lflag; in fixline() 123 ttbufs.c_oflag = ttbuf.c_oflag; in fixline() 124 ttbufs.c_iflag = ttbuf.c_iflag; in fixline() 125 ttbufs.c_cflag = ttbuf.c_cflag; in fixline() 127 ttbufs.c_cc[i] = ttbuf.c_cc[i]; in fixline() 201 ttbuf.c_lflag = ttbufs.c_lflag; in fixline() 202 ttbuf.c_oflag = ttbufs.c_oflag; in fixline() 203 ttbuf.c_iflag = ttbufs.c_iflag; in fixline() [all …]
|