Home
last modified time | relevance | path

Searched refs:e_row (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c145 screen_pos_t e_col, screen_pos_t e_row,
1689 e_col < 0 || e_row < 0 || in tem_safe_copy_area()
1699 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1702 rows = e_row - s_row + 1; in tem_safe_copy_area()
1863 da.e_row = e_row; in tem_safe_text_copy()
1954 ma.e_row = (e_row + 1) * tems.ts_font.vf_height + in tem_safe_pix_copy()
2738 rows_to_move = e_row - s_row + 1; in i_virtual_copy_tem_chars()
2785 e_row < 0 || e_row >= rows || in tem_safe_virtual_copy()
2789 s_row > e_row) in tem_safe_virtual_copy()
2793 rows_to_move = e_row - s_row + 1; in tem_safe_virtual_copy()
[all …]
H A Dtem.c840 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c122 screen_pos_t e_col, screen_pos_t e_row,
779 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
2197 screen_pos_t e_col, screen_pos_t e_row, in tem_copy_area() argument
2206 e_col < 0 || e_row < 0 || in tem_copy_area()
2212 e_row >= tems.ts_c_dimension.height || in tem_copy_area()
2216 if (s_row > e_row || s_col > e_col) in tem_copy_area()
2219 rows = e_row - s_row + 1; in tem_copy_area()
2228 e_col, e_row, t_col, t_row); in tem_copy_area()
2340 for (i = s_row; i <= e_row; i++) { in tem_image_display()
2358 da.e_row = e_row; in tem_text_copy()
[all …]
H A Dgfx_fb.c993 height = ma->e_row - ma->s_row + 1; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c286 ma->e_row < 0 || ma->e_row >= TEXT_ROWS || in vidc_text_cons_copy()
290 ma->s_row > ma->e_row) in vidc_text_cons_copy()
298 rows_to_move = ma->e_row - ma->s_row + 1; in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h257 screen_pos_t e_row; /* Ending row */ member
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c56 uint16_t e_row; /* Ending row */ member
610 height = c_copy->e_row - c_copy->s_row + 1; in boot_fb_conscopy()
638 c_copy.e_row = c_copy.s_row + boot_fb_font.vf_height; in boot_fb_shiftline()
657 c_copy.e_row = fb_info.screen.y - fb_info.terminal_origin.y; in boot_fb_scroll()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c661 ma->e_row < 0 || ma->e_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
665 ma->s_row > ma->e_row) in vgatext_cons_copy()
673 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
H A Dgfxp_bitmap.c328 height = ma->e_row - ma->s_row + 1; in bitmap_cons_copy()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c342 row = ma->e_row; in efi_text_cons_copy()