OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vga_console_vc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
vga.c
113
static struct vga_config
vga_console_vc
;
variable in typeref:struct:vga_config
602
vc = &
vga_console_vc
;
674
vga_init(&
vga_console_vc
, iot, memt);
676
scr = wsdisplay_screentype_pick(
vga_console_vc
.hdl.vh_mono ?
681
scr =
vga_console_vc
.currenttype;
690
vga_console_vc
.vc_quirks |= VGA_QUIRK_ONEFONT; /* redundant */
691
vga_copyfont01(&
vga_console_vc
.hdl);
692
vga_console_vc
.vc_nfontslots = 1;
694
vga_console_vc
.vc_nfontslots = 8;
698
vga_console_vc
.vc_quirks |= VGA_QUIRK_NOFASTSCROLL
[
all
...]
vga_raster.c
155
static struct vga_config
vga_console_vc
;
variable in typeref:struct:vga_config
343
vga_raster_init(&
vga_console_vc
, iot, memt);
345
scr = wsdisplay_screentype_pick(
vga_console_vc
.hdl.vh_mono ?
354
scr = wsdisplay_screentype_pick(
vga_console_vc
.hdl.vh_mono ?
356
if (scr !=
vga_console_vc
.currenttype)
357
vga_console_vc
.currenttype = scr;
359
scr =
vga_console_vc
.currenttype;
361
vga_raster_init_screen(&
vga_console_vc
, &vga_console_screen, scr, 1,
365
vga_console_vc
.active = &vga_console_screen;
533
vc = &
vga_console_vc
;
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025