Home
last modified time | relevance | path

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

/src/tools/tools/vt/mkkfont/
H A Dmkkfont.c80 nmappings = be32toh(fh->fh_map_count[map_index]); in print_mappings()
120 if (fh->fh_map_count[i] > 0) in print_info()
127 be32toh(fh->fh_map_count[0]), in print_info()
128 be32toh(fh->fh_map_count[1]), in print_info()
129 be32toh(fh->fh_map_count[2]), in print_info()
130 be32toh(fh->fh_map_count[3])); in print_info()
/src/sys/sys/
H A Dfont.h116 uint32_t fh_map_count[VFNT_MAPS]; member
/src/usr.bin/vtfontcvt/
H A Dvtfontcvt.c777 fh.fh_map_count[0] = htobe32(map_folded_count[0]); in write_fnt()
778 fh.fh_map_count[1] = htobe32(map_folded_count[1]); in write_fnt()
779 fh.fh_map_count[2] = htobe32(map_folded_count[2]); in write_fnt()
780 fh.fh_map_count[3] = htobe32(map_folded_count[3]); in write_fnt()
/src/usr.sbin/vidcontrol/
H A Dvidcontrol.c433 vfnt.map_count[i] = be32toh(fh.fh_map_count[i]); in load_vt4font()
/src/stand/common/
H A Dgfx_fb.c2514 fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]); in load_font()