Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c870 int prom_charheight = 0; in tem_adjust_row() local
877 plat_tem_get_prom_font_size(&prom_charheight, &prom_window_top); in tem_adjust_row()
878 if (prom_charheight == 0) in tem_adjust_row()
879 prom_charheight = PROM_DEFAULT_FONT_HEIGHT; in tem_adjust_row()
883 tem_y = (prom_row + 1) * prom_charheight + prom_window_top - in tem_adjust_row()
/illumos-gate/usr/src/boot/common/
H A Dtem.c805 int prom_charheight = 0; in tem_adjust_row() local
809 plat_tem_get_prom_font_size(&prom_charheight, &prom_window_top); in tem_adjust_row()
810 if (prom_charheight == 0) in tem_adjust_row()
811 prom_charheight = tems.ts_font.vf_height; in tem_adjust_row()
813 tem_y = (prom_row + 1) * prom_charheight + prom_window_top - in tem_adjust_row()