OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_fonts
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/isa/
ega.c
83
struct egafont *
vc_fonts
[4];
member in struct:ega_config
296
struct egafont *f = vc->
vc_fonts
[i];
423
vc->
vc_fonts
[0] = &ega_builtinfont;
425
vc->
vc_fonts
[i] = 0;
772
if (!vc->
vc_fonts
[slot])
791
vc->
vc_fonts
[slot] = f;
/src/sys/dev/ic/
vgavar.h
73
struct egavga_font *
vc_fonts
[8]; /* currently loaded */
member in struct:vga_config
vga.c
390
KASSERT(vc->
vc_fonts
[f->slot] == f);
391
vc->
vc_fonts
[f->slot] = 0;
576
vc->
vc_fonts
[0] = &vga_builtinfont;
578
vc->
vc_fonts
[i] = 0;
931
if (!vc->
vc_fonts
[slot])
938
KASSERT(vc->
vc_fonts
[of->slot] == of);
950
vc->
vc_fonts
[slot] = f;
Completed in 33 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025