sys/dev/ic/vga.c
103
struct egavga_font *fontset1, *fontset2;
sys/dev/ic/vga.c
115
static struct egavga_font *egavga_getfont(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
117
static void egavga_unreffont(struct vga_config *, struct egavga_font *);
sys/dev/ic/vga.c
1367
static int _vga_mapchar(void *, const struct egavga_font *, int, u_int *);
sys/dev/ic/vga.c
1370
_vga_mapchar(void *id, const struct egavga_font *font, int uni, u_int *index)
sys/dev/ic/vga.c
322
static struct egavga_font *
sys/dev/ic/vga.c
326
struct egavga_font *f;
sys/dev/ic/vga.c
363
f = malloc(sizeof(struct egavga_font), M_DEVBUF, M_WAITOK);
sys/dev/ic/vga.c
380
egavga_unreffont(struct vga_config *vc, struct egavga_font *f)
sys/dev/ic/vga.c
406
struct egavga_font *f1, *f2;
sys/dev/ic/vga.c
82
TAILQ_ENTRY(egavga_font) next; /* LRU queue */
sys/dev/ic/vga.c
85
static struct egavga_font vga_builtinfont = {
sys/dev/ic/vga.c
919
static void vga_usefont(struct vga_config *, struct egavga_font *);
sys/dev/ic/vga.c
92
static struct egavga_font vga_consolefont;
sys/dev/ic/vga.c
922
vga_usefont(struct vga_config *vc, struct egavga_font *f)
sys/dev/ic/vga.c
925
struct egavga_font *of;
sys/dev/ic/vgavar.h
73
struct egavga_font *vc_fonts[8]; /* currently loaded */
sys/dev/ic/vgavar.h
74
TAILQ_HEAD(, egavga_font) vc_fontlist; /* LRU queue */