Home
last modified time | relevance | path

Searched refs:vf_map (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/vt/
Dvt_font.c108 dst = vtfont_bisearch(vf->vf_map[bold_map], in vtfont_lookup()
113 dst = vtfont_bisearch(vf->vf_map[normal_map], in vtfont_lookup()
136 free(vf->vf_map[i], M_VTFONT); in vtfont_unref()
205 vf->vf_map[i] = malloc(mapsize, M_VTFONT, M_WAITOK); in vtfont_load()
206 error = copyin(f->map[i], vf->vf_map[i], mapsize); in vtfont_load()
209 error = vtfont_validate_map(vf->vf_map[i], vf->vf_map_count[i], in vtfont_load()
Dvt.h395 struct vt_font_map *vf_map[VFNT_MAPS]; member
/freebsd-10-stable/sys/dev/vt/font/
Dvt_font_default.c3331 .vf_map = {