Home
last modified time | relevance | path

Searched refs:TEXT_ROWS (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c54 #define TEXT_ROWS 25 macro
76 char shadow[TEXT_ROWS*TEXT_COLS*2];
143 { FBTYPE_SUNFAST_COLOR, TEXT_ROWS, TEXT_COLS, 1, 256, 0 },
866 data->height = TEXT_ROWS; in vgatext_devinit()
896 if (da->row < 0 || da->row >= TEXT_ROWS || in vgatext_cons_display()
948 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vgatext_cons_copy()
950 ma->e_row < 0 || ma->e_row >= TEXT_ROWS || in vgatext_cons_copy()
952 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()
1029 ca->row < 0 || ca->row >= TEXT_ROWS) in vgatext_cons_cursor()
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c73 #define TEXT_ROWS 25 macro
150 char shadow[TEXT_ROWS*TEXT_COLS*2];
312 { FBTYPE_SUNFAST_COLOR, TEXT_ROWS, TEXT_COLS, 1, 256, 0 },
992 data->height = TEXT_ROWS; in vgatext_devinit()
1022 if (da->row < 0 || da->row >= TEXT_ROWS || in vgatext_cons_display()
1074 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vgatext_cons_copy()
1076 ma->e_row < 0 || ma->e_row >= TEXT_ROWS || in vgatext_cons_copy()
1078 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()
1155 ca->row < 0 || ca->row >= TEXT_ROWS) in vgatext_cons_cursor()