Home
last modified time | relevance | path

Searched refs:t_row (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c146 screen_pos_t t_col, screen_pos_t t_row,
1677 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_copy_area() argument
1690 t_col < 0 || t_row < 0 || in tem_safe_copy_area()
1696 t_row >= tems.ts_c_dimension.height) in tem_safe_copy_area()
1704 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1709 toffset = t_col + t_row * tems.ts_c_dimension.width; in tem_safe_copy_area()
1727 t_col, t_row + i); in tem_safe_copy_area()
1732 t_col, t_row + i, credp, called_from); in tem_safe_copy_area()
1745 t_col, t_row + i); in tem_safe_copy_area()
1750 t_col, t_row + i, credp, called_from); in tem_safe_copy_area()
[all …]
H A Dtem.c862 ma.t_row = 0; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c123 screen_pos_t t_col, screen_pos_t t_row);
788 ma.t_row = 0; in tem_prom_scroll_up()
2206 screen_pos_t t_col, screen_pos_t t_row) in tem_copy_area() argument
2215 t_col < 0 || t_row < 0 || in tem_copy_area()
2221 t_row >= tems.ts_c_dimension.height) in tem_copy_area()
2229 if (t_row + rows > tems.ts_c_dimension.height || in tem_copy_area()
2236 e_col, e_row, t_col, t_row); in tem_copy_area()
2242 toffset = t_col + t_row * tems.ts_c_dimension.width; in tem_copy_area()
2262 t_col, t_row + i); in tem_copy_area()
2277 t_col, t_row + i); in tem_copy_area()
[all …]
H A Dgfx_fb.c998 dy = ma->t_row; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c288 ma->t_row < 0 || ma->t_row >= TEXT_ROWS || in vidc_text_cons_copy()
301 if (ma->t_row + rows_to_move > TEXT_ROWS || in vidc_text_cons_copy()
307 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h259 screen_pos_t t_row; /* Row to move to */ member
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c58 uint16_t t_row; /* Row to move to */ member
599 toffset = c_copy->t_col * fb_info.bpp + c_copy->t_row * fb_info.pitch; in boot_fb_conscopy()
641 c_copy.t_row = fb_info.cursor.origin.y; in boot_fb_shiftline()
659 c_copy.t_row = fb_info.terminal_origin.y; in boot_fb_scroll()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c663 ma->t_row < 0 || ma->t_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
676 if (ma->t_row + rows_to_move > VGA_TEXT_ROWS || in vgatext_cons_copy()
682 to_row_start = base + ((ma->t_row * VGA_TEXT_COLS) + ma->t_col); in vgatext_cons_copy()
H A Dgfxp_bitmap.c323 toffset = ma->t_col * console->fb.bpp + ma->t_row * console->fb.pitch; in bitmap_cons_copy()