Home
last modified time | relevance | path

Searched refs:tbufs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dline.c265 static struct termios tbufs; local
270 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) {
274 tbufs.c_lflag = tbuf.c_lflag;
275 tbufs.c_oflag = tbuf.c_oflag;
276 tbufs.c_iflag = tbuf.c_iflag;
277 tbufs.c_cflag = tbuf.c_cflag;
279 tbufs.c_cc[i] = tbuf.c_cc[i];
284 ospeed = cfgetospeed(&tbufs);
314 if (tbufs.c_cc[VMIN] != packsize ||
315 tbufs.c_cc[VTIME] != vtime) {
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_subr.c72 gcpu_poll_trace_t *tbufs = NULL; in gcpu_poll_trace_init() local
75 tbufs = kmem_zalloc(sizeof (gcpu_poll_trace_t) * in gcpu_poll_trace_init()
79 ptc->mptc_tbufs = tbufs; in gcpu_poll_trace_init()
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c81 struct termios tbufs; in main() local
116 if (ioctl(1, TCGETS, &tbufs) < 0) { in main()
124 baud = cfgetospeed(&tbufs); in main()