tag | line | file | source code |
c_cc | 2779 | drivers/char/istallion.c | pp->startin = tiosp->c_cc[VSTART]; |
c_cc | 2780 | drivers/char/istallion.c | pp->stopin = tiosp->c_cc[VSTOP]; |
c_cc | 2781 | drivers/char/istallion.c | pp->startout = tiosp->c_cc[VSTART]; |
c_cc | 2782 | drivers/char/istallion.c | pp->stopout = tiosp->c_cc[VSTOP]; |
c_cc | 2197 | drivers/char/stallion.c | printk(" schr1=%x schr2=%x schr3=%x schr4=%x\n", tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP], tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP]); |
c_cc | 2226 | drivers/char/stallion.c | stl_setreg(portp, SCHR1, tiosp->c_cc[VSTART]); |
c_cc | 2227 | drivers/char/stallion.c | stl_setreg(portp, SCHR2, tiosp->c_cc[VSTOP]); |
c_cc | 2228 | drivers/char/stallion.c | stl_setreg(portp, SCHR3, tiosp->c_cc[VSTART]); |
c_cc | 2229 | drivers/char/stallion.c | stl_setreg(portp, SCHR4, tiosp->c_cc[VSTOP]); |
c_cc | 1803 | drivers/char/tty_io.c | memcpy(tty_std_termios.c_cc, INIT_C_CC, NCCS); |
c_cc | 93 | drivers/char/tty_ioctl.c | termios->c_cc[i] = locked->c_cc[i] ? |
c_cc | 94 | drivers/char/tty_ioctl.c | old->c_cc[i] : termios->c_cc[i]; |
c_cc | 121 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
c_cc | 122 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
c_cc | 244 | drivers/char/tty_ioctl.c | tmp.sg_erase = tty->termios->c_cc[VERASE]; |
c_cc | 245 | drivers/char/tty_ioctl.c | tmp.sg_kill = tty->termios->c_cc[VKILL]; |
c_cc | 271 | drivers/char/tty_ioctl.c | termios->c_cc[VMIN] = 1; |
c_cc | 272 | drivers/char/tty_ioctl.c | termios->c_cc[VTIME] = 0; |
c_cc | 290 | drivers/char/tty_ioctl.c | termios.c_cc[VERASE] = tmp.sg_erase; |
c_cc | 291 | drivers/char/tty_ioctl.c | termios.c_cc[VKILL] = tmp.sg_kill; |
c_cc | 307 | drivers/char/tty_ioctl.c | tmp.t_intrc = tty->termios->c_cc[VINTR]; |
c_cc | 308 | drivers/char/tty_ioctl.c | tmp.t_quitc = tty->termios->c_cc[VQUIT]; |
c_cc | 309 | drivers/char/tty_ioctl.c | tmp.t_startc = tty->termios->c_cc[VSTART]; |
c_cc | 310 | drivers/char/tty_ioctl.c | tmp.t_stopc = tty->termios->c_cc[VSTOP]; |
c_cc | 311 | drivers/char/tty_ioctl.c | tmp.t_eofc = tty->termios->c_cc[VEOF]; |
c_cc | 312 | drivers/char/tty_ioctl.c | tmp.t_brkc = tty->termios->c_cc[VEOL2]; /* what is brkc anyway? */ |
c_cc | 326 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VINTR] = tmp.t_intrc; |
c_cc | 327 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VQUIT] = tmp.t_quitc; |
c_cc | 328 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSTART] = tmp.t_startc; |
c_cc | 329 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSTOP] = tmp.t_stopc; |
c_cc | 330 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOF] = tmp.t_eofc; |
c_cc | 331 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ |
c_cc | 345 | drivers/char/tty_ioctl.c | tmp.t_suspc = tty->termios->c_cc[VSUSP]; |
c_cc | 346 | drivers/char/tty_ioctl.c | tmp.t_dsuspc = tty->termios->c_cc[VSUSP]; /* what is dsuspc anyway? */ |
c_cc | 347 | drivers/char/tty_ioctl.c | tmp.t_rprntc = tty->termios->c_cc[VREPRINT]; |
c_cc | 348 | drivers/char/tty_ioctl.c | tmp.t_flushc = tty->termios->c_cc[VEOL2]; /* what is flushc anyway? */ |
c_cc | 349 | drivers/char/tty_ioctl.c | tmp.t_werasc = tty->termios->c_cc[VWERASE]; |
c_cc | 350 | drivers/char/tty_ioctl.c | tmp.t_lnextc = tty->termios->c_cc[VLNEXT]; |
c_cc | 364 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSUSP] = tmp.t_suspc; |
c_cc | 365 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_dsuspc; /* what is dsuspc anyway? */ |
c_cc | 366 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VREPRINT] = tmp.t_rprntc; |
c_cc | 367 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VEOL2] = tmp.t_flushc; /* what is flushc anyway? */ |
c_cc | 368 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VWERASE] = tmp.t_werasc; |
c_cc | 369 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VLNEXT] = tmp.t_lnextc; |
c_cc | 131 | include/asm-alpha/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 140 | include/asm-alpha/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 353 | include/asm-alpha/termios.h | termios->c_cc[VINTR] = termio->c_cc[_VINTR]; |
c_cc | 354 | include/asm-alpha/termios.h | termios->c_cc[VQUIT] = termio->c_cc[_VQUIT]; |
c_cc | 355 | include/asm-alpha/termios.h | termios->c_cc[VERASE]= termio->c_cc[_VERASE]; |
c_cc | 356 | include/asm-alpha/termios.h | termios->c_cc[VKILL] = termio->c_cc[_VKILL]; |
c_cc | 357 | include/asm-alpha/termios.h | termios->c_cc[VEOF] = termio->c_cc[_VEOF]; |
c_cc | 358 | include/asm-alpha/termios.h | termios->c_cc[VMIN] = termio->c_cc[_VMIN]; |
c_cc | 359 | include/asm-alpha/termios.h | termios->c_cc[VEOL] = termio->c_cc[_VEOL]; |
c_cc | 360 | include/asm-alpha/termios.h | termios->c_cc[VTIME] = termio->c_cc[_VTIME]; |
c_cc | 361 | include/asm-alpha/termios.h | termios->c_cc[VEOL2] = termio->c_cc[_VEOL2]; |
c_cc | 362 | include/asm-alpha/termios.h | termios->c_cc[VSWTC] = termio->c_cc[_VSWTC]; |
c_cc | 378 | include/asm-alpha/termios.h | termio->c_cc[_VINTR] = termios->c_cc[VINTR]; |
c_cc | 379 | include/asm-alpha/termios.h | termio->c_cc[_VQUIT] = termios->c_cc[VQUIT]; |
c_cc | 380 | include/asm-alpha/termios.h | termio->c_cc[_VERASE]= termios->c_cc[VERASE]; |
c_cc | 381 | include/asm-alpha/termios.h | termio->c_cc[_VKILL] = termios->c_cc[VKILL]; |
c_cc | 382 | include/asm-alpha/termios.h | termio->c_cc[_VEOF] = termios->c_cc[VEOF]; |
c_cc | 383 | include/asm-alpha/termios.h | termio->c_cc[_VEOL] = termios->c_cc[VEOL]; |
c_cc | 384 | include/asm-alpha/termios.h | termio->c_cc[_VEOL2] = termios->c_cc[VEOL2]; |
c_cc | 385 | include/asm-alpha/termios.h | termio->c_cc[_VSWTC] = termios->c_cc[VSWTC]; |
c_cc | 387 | include/asm-alpha/termios.h | termio->c_cc[_VMIN] = termios->c_cc[VMIN]; |
c_cc | 388 | include/asm-alpha/termios.h | termio->c_cc[_VTIME] = termios->c_cc[VTIME]; |
c_cc | 84 | include/asm-i386/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 94 | include/asm-i386/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 285 | include/asm-i386/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
c_cc | 299 | include/asm-i386/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
c_cc | 20 | include/asm-mips/termbits.h | unsigned char c_cc[NCCS]; /* control characters */ |
c_cc | 32 | include/asm-mips/termbits.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 30 | include/asm-mips/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
c_cc | 44 | include/asm-mips/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
c_cc | 135 | include/asm-ppc/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 144 | include/asm-ppc/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 357 | include/asm-ppc/termios.h | termios->c_cc[VINTR] = termio->c_cc[_VINTR]; |
c_cc | 358 | include/asm-ppc/termios.h | termios->c_cc[VQUIT] = termio->c_cc[_VQUIT]; |
c_cc | 359 | include/asm-ppc/termios.h | termios->c_cc[VERASE]= termio->c_cc[_VERASE]; |
c_cc | 360 | include/asm-ppc/termios.h | termios->c_cc[VKILL] = termio->c_cc[_VKILL]; |
c_cc | 361 | include/asm-ppc/termios.h | termios->c_cc[VEOF] = termio->c_cc[_VEOF]; |
c_cc | 362 | include/asm-ppc/termios.h | termios->c_cc[VMIN] = termio->c_cc[_VMIN]; |
c_cc | 363 | include/asm-ppc/termios.h | termios->c_cc[VEOL] = termio->c_cc[_VEOL]; |
c_cc | 364 | include/asm-ppc/termios.h | termios->c_cc[VTIME] = termio->c_cc[_VTIME]; |
c_cc | 365 | include/asm-ppc/termios.h | termios->c_cc[VEOL2] = termio->c_cc[_VEOL2]; |
c_cc | 366 | include/asm-ppc/termios.h | termios->c_cc[VSWTC] = termio->c_cc[_VSWTC]; |
c_cc | 382 | include/asm-ppc/termios.h | termio->c_cc[_VINTR] = termios->c_cc[VINTR]; |
c_cc | 383 | include/asm-ppc/termios.h | termio->c_cc[_VQUIT] = termios->c_cc[VQUIT]; |
c_cc | 384 | include/asm-ppc/termios.h | termio->c_cc[_VERASE]= termios->c_cc[VERASE]; |
c_cc | 385 | include/asm-ppc/termios.h | termio->c_cc[_VKILL] = termios->c_cc[VKILL]; |
c_cc | 386 | include/asm-ppc/termios.h | termio->c_cc[_VEOF] = termios->c_cc[VEOF]; |
c_cc | 387 | include/asm-ppc/termios.h | termio->c_cc[_VEOL] = termios->c_cc[VEOL]; |
c_cc | 388 | include/asm-ppc/termios.h | termio->c_cc[_VEOL2] = termios->c_cc[VEOL2]; |
c_cc | 389 | include/asm-ppc/termios.h | termio->c_cc[_VSWTC] = termios->c_cc[VSWTC]; |
c_cc | 391 | include/asm-ppc/termios.h | termio->c_cc[_VMIN] = termios->c_cc[VMIN]; |
c_cc | 392 | include/asm-ppc/termios.h | termio->c_cc[_VTIME] = termios->c_cc[VTIME]; |
c_cc | 161 | include/asm-sparc/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 171 | include/asm-sparc/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 364 | include/asm-sparc/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
c_cc | 378 | include/asm-sparc/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
c_cc | 104 | include/linux/tty.h | #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR]) |
c_cc | 105 | include/linux/tty.h | #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT]) |
c_cc | 106 | include/linux/tty.h | #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) |
c_cc | 107 | include/linux/tty.h | #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL]) |
c_cc | 108 | include/linux/tty.h | #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF]) |
c_cc | 109 | include/linux/tty.h | #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) |
c_cc | 110 | include/linux/tty.h | #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN]) |
c_cc | 111 | include/linux/tty.h | #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC]) |
c_cc | 112 | include/linux/tty.h | #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) |
c_cc | 113 | include/linux/tty.h | #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) |
c_cc | 114 | include/linux/tty.h | #define SUSP_CHAR(tty) ((tty)->termios->c_cc[VSUSP]) |
c_cc | 115 | include/linux/tty.h | #define EOL_CHAR(tty) ((tty)->termios->c_cc[VEOL]) |
c_cc | 116 | include/linux/tty.h | #define REPRINT_CHAR(tty) ((tty)->termios->c_cc[VREPRINT]) |
c_cc | 117 | include/linux/tty.h | #define DISCARD_CHAR(tty) ((tty)->termios->c_cc[VDISCARD]) |
c_cc | 118 | include/linux/tty.h | #define WERASE_CHAR(tty) ((tty)->termios->c_cc[VWERASE]) |
c_cc | 119 | include/linux/tty.h | #define LNEXT_CHAR(tty) ((tty)->termios->c_cc[VLNEXT]) |
c_cc | 120 | include/linux/tty.h | #define EOL2_CHAR(tty) ((tty)->termios->c_cc[VEOL2]) |