Searched defs:t_row (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | visual_io.h | 226 * which starts at (t_col,t_row), handling overlapping copies correctly. 247 screen_pos_t t_row; /* Row to move to */ member in struct:vis_conscopy
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 131 screen_pos_t t_col, screen_pos_t t_row, 1254 screen_pos_t t_col, screen_pos_t t_row, 1265 t_col < 0 || t_row < 0 || 1271 t_row >= tems.ts_c_dimension.height) 1279 if (t_row + rows > tems.ts_c_dimension.height || 1286 t_col, t_row); 1292 e_col, e_row, t_col, t_row, credp, called_from); 1385 screen_pos_t t_col, screen_pos_t t_row, 1397 da.t_row = t_row; 1251 tem_safe_copy_area(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument 1382 tem_safe_text_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument 1452 tem_safe_pix_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument 2307 i_virtual_copy(unsigned char *base, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row) argument 2356 tem_safe_virtual_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row) argument [all...] |
Completed in 47 milliseconds