Home
last modified time | relevance | path

Searched refs:CONS_TTY (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/uts/i86pc/boot/
H A Dboot_console.c575 { "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 …]
/titanic_53/usr/src/uts/i86pc/io/
H A Dconsplat.c70 #define CONS_TTY 1 macro
119 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()
H A Disa.c855 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()
/titanic_53/usr/src/uts/i86pc/sys/
H A Dboot_console.h43 #define CONS_TTY 1 macro