HomeSort by: relevance | last modified time | path
    Searched defs:vga_console_attached (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
vga.c 111 static int vgaconsole, vga_console_type, vga_console_attached; variable in typeref:typename:int
335 if (scr != &vga_console_screen || vga_console_attached)
348 if (scr != &vga_console_screen || vga_console_attached)
373 if (scr != &vga_console_screen || vga_console_attached)
422 if (scr != &vga_console_screen || vga_console_attached) {
603 vga_console_attached = 1;
728 vga_console_attached = 0;
741 !vga_console_attached &&
vga_raster.c 153 static int vgaconsole, vga_console_type, vga_console_attached; variable in typeref:typename:int
534 vga_console_attached = 1;
571 vga_console_attached = 0;
584 !vga_console_attached &&

Completed in 13 milliseconds