Home
last modified time | relevance | path

Searched refs:ttbufs (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libnsl/dial/
H A Dline.c113 struct termios ttbufs; in fixline() local
119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 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()
140 ttbufs.c_cflag &= 0xffff0000; in fixline()
141 (void) cfsetospeed(&ttbufs, speed); in fixline()
143 ospeed = cfgetospeed(&ttbufs); in fixline()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Dline.c123 struct termios ttbufs; local
129 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 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];
150 ttbufs.c_cflag &= 0xffff0000;
151 cfsetospeed(&ttbufs, speed);
153 ospeed = cfgetospeed(&ttbufs);
[all …]