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.c72 static struct font boot_fb_font; /* set by set_font() */ variable
228 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()
233 boot_fb_font.vf_map_count[i] = bp->font->vf_map_count[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()
427 fb_info.terminal.x * boot_fb_font.vf_width) / 2; in boot_fb_init()
429 fb_info.terminal.y * boot_fb_font.vf_height) / 2; in boot_fb_init()
[all …]