Searched refs:vfm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/vt/
H A Dvt_font.c140 vtfont_validate_map(vfnt_map_t *vfm, unsigned int length, argument
147 if (i > 0 && vfm[i].vfm_src <= last)
152 if (vfm[i].vfm_dst >= glyph_count ||
153 vfm[i].vfm_dst + vfm[i].vfm_len >= glyph_count)
155 last = vfm[i].vfm_src + vfm[i].vfm_len;

Completed in 51 milliseconds