Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c228 boot_fb_font.vf_bytes = bp->font->vf_bytes; in boot_fb_set_font()
229 boot_fb_font.vf_width = bp->font->vf_width; in boot_fb_set_font()
230 boot_fb_font.vf_height = bp->font->vf_height; in boot_fb_set_font()
232 boot_fb_font.vf_map[i] = bp->font->vf_map[i]; in boot_fb_set_font()
236 fb_info.font_width = boot_fb_font.vf_width; in boot_fb_set_font()
237 fb_info.font_height = boot_fb_font.vf_height; in boot_fb_set_font()
565 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_eraseline_impl()
693 size = boot_fb_font.vf_width * fb_info.bpp; in boot_fb_cursor()
703 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_cursor()
821 display.width = boot_fb_font.vf_width; in boot_fb_putchar()
[all …]