Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c76 #define CONS_HYPERVISOR 4 macro
100 boot_console = CONS_HYPERVISOR; in console_type()
137 boot_console = CONS_HYPERVISOR; in console_type()
501 case CONS_HYPERVISOR: in plat_stdinpath()
522 case CONS_HYPERVISOR: in plat_stdoutpath()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c550 { "hypervisor", CONS_HYPERVISOR },
777 console = CONS_HYPERVISOR; in bcons_init()
815 console = CONS_HYPERVISOR; in bcons_init()
827 case CONS_HYPERVISOR: in bcons_init()
1151 console == CONS_HYPERVISOR) { in bcons_putchar()
1175 console == CONS_HYPERVISOR) in bcons_getchar()
1203 console == CONS_HYPERVISOR) in bcons_ischar()
1285 cons = CONS_HYPERVISOR; in bcons_post_bootenvrc()
1316 if (new_console == CONS_HYPERVISOR) in bcons_device_change()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h47 #define CONS_HYPERVISOR 4 macro
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c125 if (boot_console_type(NULL) == CONS_HYPERVISOR) in xpv_panic_putc()
697 if (boot_console_type(NULL) == CONS_HYPERVISOR) { in xpv_do_panic()
698 bcons_device_change(CONS_HYPERVISOR); in xpv_do_panic()