taglinefilesource code
MAX_TTYS62drivers/char/tty_io.cstruct tty_struct *tty_table[MAX_TTYS];
MAX_TTYS63drivers/char/tty_io.cstruct termios *tty_termios[MAX_TTYS];  /* We need to keep the termios state */
MAX_TTYS65drivers/char/tty_io.cstruct termios *termios_locked[MAX_TTYS]; /* Bitfield of locked termios flags*/
MAX_TTYS67drivers/char/tty_io.cint tty_check_write[MAX_TTYS/32];  /* bitfield for the bh handler */
MAX_TTYS1589drivers/char/tty_io.cfor (i = 0, line = 0; i < MAX_TTYS / 32; i++) {
MAX_TTYS1692drivers/char/tty_io.cfor (i=0 ; i< MAX_TTYS ; i++) {