Home
last modified time | relevance | path

Searched refs:fh_map_count (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/tools/tools/vt/mkkfont/
H A Dmkkfont.c83 nmappings = be32toh(fh->fh_map_count[map_index]); in print_mappings()
123 if (fh->fh_map_count[i] > 0) in print_info()
130 be32toh(fh->fh_map_count[0]), in print_info()
131 be32toh(fh->fh_map_count[1]), in print_info()
132 be32toh(fh->fh_map_count[2]), in print_info()
133 be32toh(fh->fh_map_count[3])); in print_info()
/freebsd-13.1/sys/sys/
H A Dfont.h118 uint32_t fh_map_count[VFNT_MAPS]; member
/freebsd-13.1/usr.bin/vtfontcvt/
H A Dvtfontcvt.c778 fh.fh_map_count[0] = htobe32(map_folded_count[0]); in write_fnt()
779 fh.fh_map_count[1] = htobe32(map_folded_count[1]); in write_fnt()
780 fh.fh_map_count[2] = htobe32(map_folded_count[2]); in write_fnt()
781 fh.fh_map_count[3] = htobe32(map_folded_count[3]); in write_fnt()
/freebsd-13.1/usr.sbin/vidcontrol/
H A Dvidcontrol.c438 vfnt.map_count[i] = be32toh(fh.fh_map_count[i]); in load_vt4font()
/freebsd-13.1/stand/common/
H A Dgfx_fb.c2421 fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]); in load_font()