Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c144 screen_pos_t s_col, screen_pos_t s_row,
1688 if (s_col < 0 || s_row < 0 || in tem_safe_copy_area()
1699 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1703 cols = e_col - s_col + 1; in tem_safe_copy_area()
1862 da.s_col = s_col; in tem_safe_text_copy()
1968 ma.s_col = s_col * tems.ts_font.vf_width; in tem_safe_pix_copy()
1973 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_safe_pix_copy()
2737 chars_per_row = e_col - s_col + 1; in i_virtual_copy_tem_chars()
2782 if (s_col < 0 || s_col >= cols || in tem_safe_virtual_copy()
2788 s_col > e_col || in tem_safe_virtual_copy()
[all …]
H A Dtem.c843 ma.s_col = 0; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c121 screen_pos_t s_col, screen_pos_t s_row,
782 ma.s_col = 0; in tem_prom_scroll_up()
2205 if (s_col < 0 || s_row < 0 || in tem_copy_area()
2208 s_col >= tems.ts_c_dimension.width || in tem_copy_area()
2216 if (s_row > e_row || s_col > e_col) in tem_copy_area()
2220 cols = e_col - s_col + 1; in tem_copy_area()
2227 tem_callback_copy(tem, s_col, s_row, in tem_copy_area()
2341 for (j = s_col; j <= e_col; j++) { in tem_image_display()
2357 da.s_col = s_col; in tem_text_copy()
2444 ma.s_col = s_col * tems.ts_font.vf_width; in tem_pix_copy()
[all …]
H A Dgfx_fb.c992 width = ma->e_col - ma->s_col + 1; in gfx_fb_cons_copy()
995 sx = ma->s_col; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c283 if (ma->s_col < 0 || ma->s_col >= TEXT_COLS || in vidc_text_cons_copy()
289 ma->s_col > ma->e_col || in vidc_text_cons_copy()
297 chars_per_row = ma->e_col - ma->s_col + 1; in vidc_text_cons_copy()
308 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c55 uint16_t s_col; /* Starting col */ member
598 soffset = c_copy->s_col * fb_info.bpp + c_copy->s_row * fb_info.pitch; in boot_fb_conscopy()
609 width = (c_copy->e_col - c_copy->s_col + 1) * fb_info.bpp; in boot_fb_conscopy()
633 c_copy.s_col = fb_info.cursor.origin.x; in boot_fb_shiftline()
656 c_copy.s_col = fb_info.terminal_origin.x; in boot_fb_scroll()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h256 screen_pos_t s_col; /* Starting col */ member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c658 if (ma->s_col < 0 || ma->s_col >= VGA_TEXT_COLS || in vgatext_cons_copy()
664 ma->s_col > ma->e_col || in vgatext_cons_copy()
672 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
683 from_row_start = base + ((ma->s_row * VGA_TEXT_COLS) + ma->s_col); in vgatext_cons_copy()
H A Dgfxp_bitmap.c322 soffset = ma->s_col * console->fb.bpp + ma->s_row * console->fb.pitch; in bitmap_cons_copy()
327 width = (ma->e_col - ma->s_col + 1) * console->fb.bpp; in bitmap_cons_copy()