sys/dev/ic/vga.c
1246
vga_loadchars(&vc->hdl, slot, 0, 256, f->height, f->fontdata);
sys/dev/ic/vga.c
906
vga_loadchars(&vc->hdl, slot, 0, 256, f->height, data->data);
sys/dev/ic/vgavar.h
193
void vga_loadchars(struct vga_handle *, int, int, int, int, char *);