Lines Matching refs:egavga_font
77 struct egavga_font {
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);
380 egavga_unreffont(struct vga_config *vc, struct egavga_font *f)
406 struct egavga_font *f1, *f2;
919 static void vga_usefont(struct vga_config *, struct egavga_font *);
922 vga_usefont(struct vga_config *vc, struct egavga_font *f)
925 struct egavga_font *of;
1367 static int _vga_mapchar(void *, const struct egavga_font *, int, u_int *);
1370 _vga_mapchar(void *id, const struct egavga_font *font, int uni, u_int *index)