Lines Matching refs:console
61 static int console = CONS_SCREEN_TEXT; variable
498 return (console); in boot_console_type()
537 console = CONS_INVALID; in bcons_init()
568 console = consolep->value; in bcons_init()
569 if (console == CONS_TTY) in bcons_init()
582 console = CONS_HYPERVISOR; in bcons_init()
591 if (console == CONS_INVALID) in bcons_init()
592 console = CONS_SCREEN_TEXT; in bcons_init()
627 if (console == console_hypervisor_device) { in bcons_init()
628 console = CONS_HYPERVISOR; in bcons_init()
633 switch (console) { in bcons_init()
681 if (post_fastreboot && console == CONS_SCREEN_GRAPHICS) in bcons_init2()
682 console = CONS_SCREEN_TEXT; in bcons_init2()
684 if (console != CONS_USBSER && console != CONS_SCREEN_GRAPHICS) { in bcons_init2()
691 if ((!console_mode_set) && (console == CONS_TTY)) in bcons_init2()
723 if ((cons == CONS_INVALID) || (cons == console)) { in bcons_init2()
730 console = cons; in bcons_init2()
767 console = new_console; in bcons_device_change()
828 switch (console) { in _doputchar()
851 console == CONS_HYPERVISOR) { in bcons_putchar()
886 console == CONS_HYPERVISOR) in bcons_getchar()
890 switch (console) { in bcons_getchar()
906 console == CONS_HYPERVISOR) in bcons_ischar()
910 switch (console) { in bcons_ischar()