sys/dev/ic/vga.c
1101
int _vga_mapchar(void *, struct vgafont *, int, unsigned int *);
sys/dev/ic/vga.c
1104
_vga_mapchar(void *id, struct vgafont *font, int uni, unsigned int *index)
sys/dev/ic/vga.c
1239
struct vgafont *f;
sys/dev/ic/vga.c
352
struct vgafont *f1, *f2;
sys/dev/ic/vga.c
358
struct vgafont *f = vc->vc_fonts[i];
sys/dev/ic/vga.c
857
struct vgafont *f;
sys/dev/ic/vga.c
892
f = malloc(sizeof(struct vgafont), M_DEVBUF, M_WAITOK | M_CANFAIL);
sys/dev/ic/vga.c
920
struct vgafont *f;
sys/dev/ic/vgavar.h
50
struct vgafont *fontset1, *fontset2;
sys/dev/ic/vgavar.h
68
struct vgafont *vc_fonts[VGA_MAXFONT];