Home
last modified time | relevance | path

Searched refs:ts_c_dimension (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c648 tems.ts_c_dimension.width - in tem_safe_chkparam()
655 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
658 tems.ts_c_dimension.width, in tem_safe_chkparam()
670 tems.ts_c_dimension.width, in tem_safe_chkparam()
683 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
686 tems.ts_c_dimension.width, in tem_safe_chkparam()
700 (tems.ts_c_dimension.width - in tem_safe_chkparam()
718 tems.ts_c_dimension.width, in tem_safe_chkparam()
730 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
740 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
[all …]
H A Dtem.c227 ptem->tvs_outbuf_size = tems.ts_c_dimension.width; in tem_internal_init()
231 width = tems.ts_c_dimension.width; in tem_internal_init()
232 height = tems.ts_c_dimension.height; in tem_internal_init()
510 if (tems.ts_c_dimension.width != tp->width || in tems_check_videomode()
511 tems.ts_c_dimension.height != tp->height) in tems_check_videomode()
526 int old_blank_buf_size = tems.ts_c_dimension.width; in tems_setup_terminal()
538 tems.ts_c_dimension.width = tp->width; in tems_setup_terminal()
539 tems.ts_c_dimension.height = tp->height; in tems_setup_terminal()
553 tems.ts_c_dimension.height = (screen_size_t)height; in tems_setup_terminal()
554 tems.ts_c_dimension.width = (screen_size_t)width; in tems_setup_terminal()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h209 struct tem_size ts_c_dimension; /* window dimensions in characters */ member