OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:egavga_font
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
vga.c
77
struct
egavga_font
{
struct
82
TAILQ_ENTRY(
egavga_font
) next; /* LRU queue */
85
static struct
egavga_font
vga_builtinfont = {
92
static struct
egavga_font
vga_consolefont;
103
struct
egavga_font
*fontset1, *fontset2;
115
static struct
egavga_font
*egavga_getfont(struct vga_config *, struct vgascreen *,
117
static void egavga_unreffont(struct vga_config *, struct
egavga_font
*);
322
static struct
egavga_font
*
326
struct
egavga_font
*f;
363
f = malloc(sizeof(struct
egavga_font
), M_DEVBUF, M_WAITOK)
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025