Searched refs:tbufs (Results 1 – 3 of 3) sorted by relevance
264 static struct termios tbufs; local269 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) {273 tbufs.c_lflag = tbuf.c_lflag;274 tbufs.c_oflag = tbuf.c_oflag;275 tbufs.c_iflag = tbuf.c_iflag;276 tbufs.c_cflag = tbuf.c_cflag;278 tbufs.c_cc[i] = tbuf.c_cc[i];283 ospeed = cfgetospeed(&tbufs);313 if (tbufs.c_cc[VMIN] != packsize ||314 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()
80 struct termios tbufs; in main() local115 if (ioctl(1, TCGETS, &tbufs) < 0) { in main()123 baud = cfgetospeed(&tbufs); in main()