Searched refs:CONS_TTY (Results 1 – 4 of 4) sorted by relevance
544 { "ttya", CONS_TTY }, /* 0 */545 { "ttyb", CONS_TTY }, /* 1 */546 { "ttyc", CONS_TTY }, /* 2 */547 { "ttyd", CONS_TTY }, /* 3 */587 return (CONS_TTY); in boot_fb()595 return (CONS_TTY); in boot_fb()727 if (cons == CONS_TTY) in lookup_console_device()747 console = CONS_TTY; in bcons_init()802 console_hypervisor_device = CONS_TTY; in bcons_init()835 case CONS_TTY: in bcons_init()[all …]
73 #define CONS_TTY 1 macro122 boot_console = CONS_TTY; in console_type()149 boot_console = CONS_TTY; in console_type()504 case CONS_TTY: in plat_stdinpath()525 case CONS_TTY: in plat_stdoutpath()
856 if (cons == CONS_TTY && ispec->intrspec_vec == asy_intrs[ttyn]) in isa_intr_ops()1250 if (cons == CONS_TTY && ttyn == i) in isa_enumerate()1390 if (cons == CONS_TTY && ttyn == i) { in enumerate_BIOS_serial()
44 #define CONS_TTY 1 macro