Searched defs:is_cons (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A D68328serial.c110 char is_cons; /* Is this our console. */ member in struct:m68k_serial
277 if(info->is_cons) {
612 info->is_cons = (tty->termios.c_line == N_TTY);
614 printk("ttyS%d console mode %s\n", info->line, info->is_cons ? "on" : "off");
1194 info->is_cons = 1; /* Means shortcuts work */

Completed in 52 milliseconds