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
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;
284 ospeed = cfgetospeed(&tbufs);
317 tbufs.c_cc[VTIME] = vtime;
319 tbuf.c_lflag = tbufs.c_lflag;
320 tbuf.c_oflag = tbufs.c_oflag;
321 tbuf.c_iflag = tbufs.c_iflag;
[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()