Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c544 { "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 …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c73 #define CONS_TTY 1 macro
122 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()
H A Disa.c856 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()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h44 #define CONS_TTY 1 macro