taglinefilesource code
NR_PTYS53drivers/char/pty.cstatic struct tty_struct *pty_table[NR_PTYS];
NR_PTYS54drivers/char/pty.cstatic struct termios *pty_termios[NR_PTYS];
NR_PTYS55drivers/char/pty.cstatic struct termios *pty_termios_locked[NR_PTYS];
NR_PTYS56drivers/char/pty.cstatic struct tty_struct *ttyp_table[NR_PTYS];
NR_PTYS57drivers/char/pty.cstatic struct termios *ttyp_termios[NR_PTYS];
NR_PTYS58drivers/char/pty.cstatic struct termios *ttyp_termios_locked[NR_PTYS];
NR_PTYS59drivers/char/pty.cstatic struct pty_struct pty_state[NR_PTYS];
NR_PTYS190drivers/char/pty.cif ((line < 0) || (line >= NR_PTYS))
NR_PTYS222drivers/char/pty.cpty_driver.num = NR_PTYS;