Searched refs:e_row (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | tem_safe.c | 126 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 D | tem.c | 795 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | visual_io.h | 245 screen_pos_t e_row; /* Ending row */ member
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 950 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 D | vgatext.c | 1076 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()
|