Lines Matching refs:UNIX98_NR_MAJORS
57 struct tty_driver ptm_driver[UNIX98_NR_MAJORS];
58 struct tty_driver pts_driver[UNIX98_NR_MAJORS];
60 static struct tty_struct *ptm_table[UNIX98_NR_MAJORS][NR_PTYS];
61 static struct termios *ptm_termios[UNIX98_NR_MAJORS][NR_PTYS];
62 static struct termios *ptm_termios_locked[UNIX98_NR_MAJORS][NR_PTYS];
63 static struct tty_struct *pts_table[UNIX98_NR_MAJORS][NR_PTYS];
64 static struct termios *pts_termios[UNIX98_NR_MAJORS][NR_PTYS];
65 static struct termios *pts_termios_locked[UNIX98_NR_MAJORS][NR_PTYS];
66 static struct pty_struct ptm_state[UNIX98_NR_MAJORS][NR_PTYS];
96 if ( major < UNIX98_NR_MAJORS ) { in pty_close()
441 printk("pty: %d Unix98 ptys configured\n", UNIX98_NR_MAJORS*NR_PTYS); in pty_init()
442 for ( i = 0 ; i < UNIX98_NR_MAJORS ; i++ ) { in pty_init()