tag | line | file | source code |
NR_PTYS | 53 | drivers/char/pty.c | static struct tty_struct *pty_table[NR_PTYS]; |
NR_PTYS | 54 | drivers/char/pty.c | static struct termios *pty_termios[NR_PTYS]; |
NR_PTYS | 55 | drivers/char/pty.c | static struct termios *pty_termios_locked[NR_PTYS]; |
NR_PTYS | 56 | drivers/char/pty.c | static struct tty_struct *ttyp_table[NR_PTYS]; |
NR_PTYS | 57 | drivers/char/pty.c | static struct termios *ttyp_termios[NR_PTYS]; |
NR_PTYS | 58 | drivers/char/pty.c | static struct termios *ttyp_termios_locked[NR_PTYS]; |
NR_PTYS | 59 | drivers/char/pty.c | static struct pty_struct pty_state[NR_PTYS]; |
NR_PTYS | 190 | drivers/char/pty.c | if ((line < 0) || (line >= NR_PTYS)) |
NR_PTYS | 222 | drivers/char/pty.c | pty_driver.num = NR_PTYS; |