Home
last modified time | relevance | path

Searched refs:boot_console_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dboot_console.h63 extern int boot_console_type(int *);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_printf.c63 if (boot_console_type(NULL) == CONS_SCREEN_TEXT) { in dboot_panic()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c406 boot_console_type(NULL) == CONS_SCREEN_TEXT) { in mlsetup()
/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()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c597 if (boot_console_type(NULL) == CONS_FRAMEBUFFER) in plat_tem_hide_prom_cursor()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c527 boot_console_type(int *tnum) in boot_console_type() function
H A Dboot_fb.c336 if (boot_console_type(NULL) != CONS_FRAMEBUFFER) in boot_fb_shadow_init()