Home
last modified time | relevance | path

Searched refs:NR_CONS (Results 1 – 7 of 7) sorted by relevance

/minix3/minix/include/minix/
H A Dconfig.h44 #define NR_CONS 4 /* # system consoles (1 to 8) */ macro
/minix3/minix/drivers/tty/tty/
H A Dtty.c46 #define isconsole(tp) ((tp) < tty_addr(NR_CONS))
129 tty_t tty_table[NR_CONS+NR_RS_LINES];
276 } else if ((line - CONS_MINOR) < NR_CONS) { in line2tty()
279 tp = tty_addr(line - RS232_MINOR + NR_CONS); in line2tty()
352 for (i = 1; i < NR_CONS; i++) { in set_console_line()
1558 if (tp < tty_addr(NR_CONS)) { in tty_init()
1567 tp->tty_minor = RS232_MINOR + s-NR_CONS; in tty_init()
H A Dtty.h89 extern tty_t tty_table[NR_CONS+NR_RS_LINES];
/minix3/minix/drivers/tty/tty/arch/i386/
H A Dconsole.c104 static console_t cons_table[NR_CONS];
982 if (nr_cons > NR_CONS) nr_cons = NR_CONS;
H A Dkeyboard.c55 static int locks[NR_CONS]; /* per console lock keys state */
H A Drs232.c456 line = tp - &tty_table[NR_CONS]; in rs_init()
/minix3/minix/drivers/tty/tty/arch/earm/
H A Drs232.c489 line = tp - &tty_table[NR_CONS]; in rs_init()