HomeSort by: relevance | last modified time | path
    Searched defs:vga_usefont (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
vga.c 919 static void vga_usefont(struct vga_config *, struct egavga_font *);
922 vga_usefont(struct vga_config *vc, struct egavga_font *f) function in typeref:typename:void
944 panic("vga_usefont");
963 vga_usefont(vc, scr->fontset1);
965 vga_usefont(vc, scr->fontset2);

Completed in 11 milliseconds