Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtem_safe.c125 screen_pos_t s_col, screen_pos_t s_row,
1202 screen_pos_t s_col, screen_pos_t s_row, in tem_safe_copy_area() argument
1213 if (s_col < 0 || s_row < 0 || in tem_safe_copy_area()
1216 s_col >= tems.ts_c_dimension.width || in tem_safe_copy_area()
1224 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1228 cols = e_col - s_col + 1; in tem_safe_copy_area()
1234 s_col, s_row, in tem_safe_copy_area()
1241 tem_safe_callback_copy(tem, s_col, s_row, in tem_safe_copy_area()
1333 screen_pos_t s_col, screen_pos_t s_row, in tem_safe_text_copy() argument
1344 da.s_col = s_col; in tem_safe_text_copy()
[all …]
H A Dtem.c798 ma.s_col = 0; in tem_prom_scroll_up()
/titanic_44/usr/src/uts/common/sys/
H A Dvisual_io.h244 screen_pos_t s_col; /* Starting col */ member
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c947 if (ma->s_col < 0 || ma->s_col >= TEXT_COLS || in vgatext_cons_copy()
953 ma->s_col > ma->e_col || in vgatext_cons_copy()
961 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
972 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vgatext_cons_copy()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1073 if (ma->s_col < 0 || ma->s_col >= TEXT_COLS || in vgatext_cons_copy()
1079 ma->s_col > ma->e_col || in vgatext_cons_copy()
1087 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
1098 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vgatext_cons_copy()