Searched refs:tbufs (Results 1 – 3 of 3) sorted by relevance
265 static struct termios tbufs; local270 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 …]
72 gcpu_poll_trace_t *tbufs = NULL; in gcpu_poll_trace_init() local75 tbufs = kmem_zalloc(sizeof (gcpu_poll_trace_t) * in gcpu_poll_trace_init()79 ptc->mptc_tbufs = tbufs; in gcpu_poll_trace_init()
81 struct termios tbufs; in main() local116 if (ioctl(1, TCGETS, &tbufs) < 0) { in main()124 baud = cfgetospeed(&tbufs); in main()