Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c510 { "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 …]
/titanic_50/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_50/usr/src/uts/i86pc/sys/
H A Dboot_console.h41 #define CONS_TTY 1 macro