Searched refs:CONS_TTY (Results 1 – 4 of 4) sorted by relevance
510 { "ttya", CONS_TTY }, /* 0 */511 { "ttyb", CONS_TTY }, /* 1 */512 { "ttyc", CONS_TTY }, /* 2 */513 { "ttyd", CONS_TTY }, /* 3 */569 if (console == CONS_TTY) in bcons_init()603 console_hypervisor_device = CONS_TTY; in bcons_init()634 case CONS_TTY: in bcons_init()691 if ((!console_mode_set) && (console == CONS_TTY)) in bcons_init2()703 if (cons == CONS_TTY) in bcons_init2()731 if (cons == CONS_TTY) { in bcons_init2()[all …]
70 #define CONS_TTY 1 macro119 boot_console = CONS_TTY; in console_type()145 boot_console = CONS_TTY; in console_type()500 case CONS_TTY: in plat_stdinpath()521 case CONS_TTY: in plat_stdoutpath()
855 if (cons == CONS_TTY && ispec->intrspec_vec == asy_intrs[ttyn]) in isa_intr_ops()1242 if (cons == CONS_TTY && ttyn == i) in isa_enumerate()1385 if (cons == CONS_TTY && ttyn == i) { in enumerate_BIOS_serial()
41 #define CONS_TTY 1 macro