Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtem_safe.c126 screen_pos_t e_col, screen_pos_t e_row,
1203 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_copy_area() argument
1214 e_col < 0 || e_row < 0 || in tem_safe_copy_area()
1220 e_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()
1235 e_col, e_row, in tem_safe_copy_area()
1242 e_col, e_row, t_col, t_row, credp, called_from); in tem_safe_copy_area()
1334 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_text_copy() argument
1345 da.e_row = e_row; in tem_safe_text_copy()
[all …]
H A Dtem.c795 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
/titanic_41/usr/src/uts/common/sys/
H A Dvisual_io.h245 screen_pos_t e_row; /* Ending row */ member
/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c950 ma->e_row < 0 || ma->e_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()
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1076 ma->e_row < 0 || ma->e_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()