Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c868 int tem_row; in tem_adjust_row() local
885 tem_row = (tem_y + tems.ts_font.vf_height - 1) / in tem_adjust_row()
888 if (tem_row < 0) { in tem_adjust_row()
889 tem_row = 0; in tem_adjust_row()
890 } else if (tem_row >= (tems.ts_c_dimension.height - 1)) { in tem_adjust_row()
895 scroll_up_lines = tem_row - in tem_adjust_row()
898 tem_row = tems.ts_c_dimension.height - 1; in tem_adjust_row()
901 return (tem_row); in tem_adjust_row()
/illumos-gate/usr/src/boot/common/
H A Dtem.c811 int tem_row; in tem_adjust_row() local
823 tem_row = (tem_y + tems.ts_font.vf_height - 1) / in tem_adjust_row()
826 if (tem_row < 0) { in tem_adjust_row()
827 tem_row = 0; in tem_adjust_row()
828 } else if (tem_row >= (tems.ts_c_dimension.height - 1)) { in tem_adjust_row()
833 scroll_up_lines = tem_row - in tem_adjust_row()
836 tem_row = tems.ts_c_dimension.height - 1; in tem_adjust_row()
839 return (tem_row); in tem_adjust_row()