Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c109 struct termios ttbufs; in fixline() local
115 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { in fixline()
118 ttbufs.c_lflag = ttbuf.c_lflag; in fixline()
119 ttbufs.c_oflag = ttbuf.c_oflag; in fixline()
120 ttbufs.c_iflag = ttbuf.c_iflag; in fixline()
121 ttbufs.c_cflag = ttbuf.c_cflag; in fixline()
123 ttbufs.c_cc[i] = ttbuf.c_cc[i]; in fixline()
136 ttbufs.c_cflag &= 0xffff0000; in fixline()
137 (void) cfsetospeed(&ttbufs, speed); in fixline()
139 ospeed = cfgetospeed(&ttbufs); in fixline()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c124 struct termios ttbufs; local
130 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) {
134 ttbufs.c_lflag = ttbuf.c_lflag;
135 ttbufs.c_oflag = ttbuf.c_oflag;
136 ttbufs.c_iflag = ttbuf.c_iflag;
137 ttbufs.c_cflag = ttbuf.c_cflag;
139 ttbufs.c_cc[i] = ttbuf.c_cc[i];
151 ttbufs.c_cflag &= 0xffff0000;
152 cfsetospeed(&ttbufs, speed);
154 ospeed = cfgetospeed(&ttbufs);
[all …]