Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtem_safe.c127 screen_pos_t t_col, screen_pos_t t_row,
1204 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_copy_area() argument
1215 t_col < 0 || t_row < 0 || in tem_safe_copy_area()
1221 t_row >= tems.ts_c_dimension.height) in tem_safe_copy_area()
1229 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1236 t_col, t_row); in tem_safe_copy_area()
1242 e_col, e_row, t_col, t_row, credp, called_from); in tem_safe_copy_area()
1335 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_text_copy() argument
1347 da.t_row = t_row; in tem_safe_text_copy()
1405 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_pix_copy() argument
[all …]
H A Dtem.c796 ma.t_row = 0; in tem_prom_scroll_up()
/titanic_41/usr/src/uts/common/sys/
H A Dvisual_io.h247 screen_pos_t t_row; /* Row to move to */ member
/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c952 ma->t_row < 0 || ma->t_row >= TEXT_ROWS || in vgatext_cons_copy()
965 if (ma->t_row + rows_to_move > TEXT_ROWS || in vgatext_cons_copy()
971 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vgatext_cons_copy()
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1078 ma->t_row < 0 || ma->t_row >= TEXT_ROWS || in vgatext_cons_copy()
1091 if (ma->t_row + rows_to_move > TEXT_ROWS || in vgatext_cons_copy()
1097 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vgatext_cons_copy()