Searched defs:ttbufs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c113 struct termios ttbufs; local
119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) {
122 ttbufs.c_lflag = ttbuf.c_lflag;
123 ttbufs.c_oflag = ttbuf.c_oflag;
124 ttbufs.c_iflag = ttbuf.c_iflag;
125 ttbufs.c_cflag = ttbuf.c_cflag;
127 ttbufs.c_cc[i] = ttbuf.c_cc[i];
140 ttbufs.c_cflag &= 0xffff0000;
141 (void) cfsetospeed(&ttbufs, speed);
143 ospeed = cfgetospeed(&ttbufs);
[all...]
/illumos-gate/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);
398 struct termios ttbufs; local
[all...]

Completed in 77 milliseconds