Home
last modified time | relevance | path

Searched refs:vf_map_count (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h74 uint32_t vf_map_count[VFNT_MAPS]; /* Entries in map */ member
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1941 if (fp->vf_map_count[n] == 0) in load_mapping()
1944 size = fp->vf_map_count[n] * sizeof (*mp); in load_mapping()
1957 for (i = 0; i < fp->vf_map_count[n]; i++) { in load_mapping()
1974 if (fp->vf_map_count[n] == 0) in builtin_mapping()
1977 size = fp->vf_map_count[n] * sizeof (*mp); in builtin_mapping()
2050 fp->vf_map_count[i] = in load_font()
2051 DEFAULT_FONT_DATA.font->vf_map_count[i]; in load_font()
2080 fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]); in load_font()
H A Dmodule.c574 fi.fi_map_count[i] = fd->vf_map_count[i]; in build_font_module()
576 size += fd->vf_map_count[i] * sizeof (struct font_map); in build_font_module()
612 if (fd->vf_map_count[i] != 0) { in build_font_module()
614 fd->vf_map_count[i] * sizeof (struct font_map)); in build_font_module()
H A Dtem.c477 tems.ts_font.vf_map_count[i] = in tems_setup_font()
478 font_data->font->vf_map_count[i]; in tems_setup_font()
2874 bold_font = tems.ts_font.vf_map_count[VFNT_MAP_BOLD] != 0; in tem_get_color()
/illumos-gate/usr/src/common/font/
H A Dfont.c368 vf->vf_map_count[VFNT_MAP_BOLD], src); in font_lookup()
373 vf->vf_map_count[VFNT_MAP_NORMAL], src); in font_lookup()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c126 cf_font.vf_map_count[i] = fi->fi_map_count[i]; in xbi_init_font()
233 boot_fb_font.vf_map_count[i] = bp->font->vf_map_count[i]; in boot_fb_set_font()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2060 if (tmp->vf_map_count[i] == 0) in get_console_font()
2062 fd->vf_map_count[i] = tmp->vf_map_count[i]; in get_console_font()
2063 fd->vf_map[i] = kmem_alloc(fd->vf_map_count[i] * in get_console_font()
2065 bcopy(tmp->vf_map[i], fd->vf_map[i], fd->vf_map_count[i] * in get_console_font()
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c561 tems.ts_font.vf_map_count[i] = in tems_setup_font()
562 font_data->font->vf_map_count[i]; in tems_setup_font()
H A Dtem_safe.c2556 bold_font = tems.ts_font.vf_map_count[VFNT_MAP_BOLD] != 0; in tem_safe_get_color()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c975 console->vga.font.vf_map_count[i] = in vgatext_init()
976 font_data->font->vf_map_count[i]; in vgatext_init()