HomeSort by: relevance | last modified time | path
    Searched refs:egavga_font (Results 1 - 2 of 2) 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...]
vgavar.h 73 struct egavga_font *vc_fonts[8]; /* currently loaded */
74 TAILQ_HEAD(, egavga_font) vc_fontlist; /* LRU queue */

Completed in 13 milliseconds