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

/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c85 int font_height; variable
403 font_height = sizes[i].h;
430 font_height = sizes[i].h;
641 if (font_height == 0)
642 font_height = cur_info.console_info.font_size;
644 size[2] = font_height;
657 if ((vesa_rows * font_height > new_mode_info.vi_height) ||
660 font_height;
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3_syscons.c329 int font_height; local
337 font_height = 16;
338 TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height);
339 if (font_height == 8) {
342 } else if (font_height == 14) {
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_syscons.c320 int font_height; local
328 font_height = 16;
329 TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height);
330 if (font_height == 8) {
333 } else if (font_height == 14) {
/freebsd-9.3-release/sys/xen/interface/
H A Dxen.h567 uint16_t font_height; member in struct:dom0_vga_console_info::__anon10622::__anon10623

Completed in 167 milliseconds