Searched refs:font_height (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/vidcontrol/
H A Dvidcontrol.c84 static int font_height; variable
519 font_height = sizes[i].h;
546 font_height = sizes[i].h;
816 if (font_height == 0)
817 font_height = cur_info.console_info.font_size;
819 size[2] = font_height;
832 if ((vesa_rows * font_height > new_mode_info.vi_height) ||
835 font_height;
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c366 int font_height; local
374 font_height = 16;
375 TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height);
376 if (font_height == 8) {
379 } else if (font_height == 14) {
/freebsd-current/sys/contrib/xen/
H A Dxen.h937 uint16_t font_height; member in struct:dom0_vga_console_info::__anon152::__anon153

Completed in 95 milliseconds