Home
last modified time | relevance | path

Searched refs:tvs_first_line (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h209 int tvs_first_line; /* kernel console output begins */ member
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1940 if (need_clear && tem->tvs_first_line > 0) { in tem_safe_pix_copy()
1962 if (tem->tvs_first_line > 0 && t_row < s_row && t_col == 0 && in tem_safe_pix_copy()
1981 if (tem->tvs_first_line > 0 && t_row < s_row) { in tem_safe_pix_copy()
1983 tem->tvs_first_line -= (s_row - t_row); in tem_safe_pix_copy()
1984 if (tem->tvs_first_line <= 0) { in tem_safe_pix_copy()
1986 tem->tvs_first_line = 0; in tem_safe_pix_copy()
2125 if (tem->tvs_first_line > 0) in tem_safe_pix_clear_entire_screen()
2126 tem->tvs_first_line = 0; in tem_safe_pix_clear_entire_screen()
H A Dtem.c928 tem->tvs_first_line = row + 1; in tem_align()
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h230 int tvs_first_line; /* kernel console output begins */ member
/illumos-gate/usr/src/boot/common/
H A Dtem.c858 tem->tvs_first_line = row + 1; in tem_pix_align()
2416 if (need_clear && tem->tvs_first_line > 0) { in tem_pix_copy()
2438 if (tem->tvs_first_line > 0 && t_row < s_row && t_col == 0 && in tem_pix_copy()
2457 if (tem->tvs_first_line > 0 && t_row < s_row) { in tem_pix_copy()
2459 tem->tvs_first_line -= (s_row - t_row); in tem_pix_copy()
2460 if (tem->tvs_first_line <= 0) { in tem_pix_copy()
2462 tem->tvs_first_line = 0; in tem_pix_copy()