Searched refs:CONS_TTY (Results 1 – 4 of 4) sorted by relevance
575 { "ttya", CONS_TTY }, /* 0 */576 { "ttyb", CONS_TTY }, /* 1 */577 { "ttyc", CONS_TTY }, /* 2 */578 { "ttyd", CONS_TTY }, /* 3 */654 if (console == CONS_TTY) in bcons_init()688 console_hypervisor_device = CONS_TTY; in bcons_init()719 case CONS_TTY: in bcons_init()775 if ((!console_mode_set) && (console == CONS_TTY)) in bcons_init2()787 if (cons == CONS_TTY) in bcons_init2()815 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()
43 #define CONS_TTY 1 macro