tag | line | file | source code |
---|---|---|---|
MAX_TTYS | 54 | kernel/chr_drv/tty_io.c | struct tty_struct *tty_table[MAX_TTYS]; |
MAX_TTYS | 55 | kernel/chr_drv/tty_io.c | struct termios *tty_termios[MAX_TTYS]; /* We need to keep the termios state */ |
MAX_TTYS | 58 | kernel/chr_drv/tty_io.c | int tty_check_write[MAX_TTYS/32]; /* bitfield for the bh handler */ |
MAX_TTYS | 1421 | kernel/chr_drv/tty_io.c | for (i = 0, line = 0; i < MAX_TTYS / 32; i++) { |
MAX_TTYS | 1521 | kernel/chr_drv/tty_io.c | for (i=0 ; i< MAX_TTYS ; i++) { |