Home
last modified time | relevance | path

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

/titanic_50/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()
1219 s_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1224 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area()
1227 rows = e_row - s_row + 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
1343 da.s_row = s_row; in tem_safe_text_copy()
[all …]
H A Dtem.c794 ma.s_row = nrows * tems.ts_font.height; in tem_prom_scroll_up()
/titanic_50/usr/src/uts/common/sys/
H A Dvisual_io.h243 screen_pos_t s_row; /* Starting row */ member
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c948 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vgatext_cons_copy()
954 ma->s_row > ma->e_row) in vgatext_cons_copy()
962 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
972 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vgatext_cons_copy()
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1074 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vgatext_cons_copy()
1080 ma->s_row > ma->e_row) in vgatext_cons_copy()
1088 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
1098 from_row_start = base + ((ma->s_row * TEXT_COLS) + ma->s_col); in vgatext_cons_copy()