Searched refs:ts_c_dimension (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 228 width = tems.ts_c_dimension.width; in tem_internal_init() 229 height = tems.ts_c_dimension.height; in tem_internal_init() 428 if (tems.ts_c_dimension.width != tp->width || in tems_check_videomode() 429 tems.ts_c_dimension.height != tp->height) in tems_check_videomode() 463 font_data = set_font(&tems.ts_c_dimension.height, in tems_setup_font() 464 &tems.ts_c_dimension.width, height, width); in tems_setup_font() 501 tems.ts_c_dimension.width = tp->width; in tems_setup_terminal() 502 tems.ts_c_dimension.height = tp->height; in tems_setup_terminal() 522 tems.ts_c_dimension.height = (screen_size_t)height; in tems_setup_terminal() 523 tems.ts_c_dimension.width = (screen_size_t)width; in tems_setup_terminal() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 881 0x1b, tems.ts_c_dimension.height, in tem_safe_window() 882 tems.ts_c_dimension.width); in tem_safe_window() 1014 tems.ts_c_dimension.width - in tem_safe_chkparam() 1021 row < tems.ts_c_dimension.height; in tem_safe_chkparam() 1024 tems.ts_c_dimension.width, in tem_safe_chkparam() 1036 tems.ts_c_dimension.width, in tem_safe_chkparam() 1049 row < tems.ts_c_dimension.height; in tem_safe_chkparam() 1052 tems.ts_c_dimension.width, in tem_safe_chkparam() 1066 (tems.ts_c_dimension.width - in tem_safe_chkparam() 1084 tems.ts_c_dimension.width, in tem_safe_chkparam() [all …]
|
H A D | tem.c | 227 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() 525 if (tems.ts_c_dimension.width != tp->width || in tems_check_videomode() 526 tems.ts_c_dimension.height != tp->height) in tems_check_videomode() 550 font_data = set_font(&tems.ts_c_dimension.height, in tems_setup_font() 551 &tems.ts_c_dimension.width, height, width); in tems_setup_font() 573 int old_blank_buf_size = tems.ts_c_dimension.width * in tems_setup_terminal() 587 tems.ts_c_dimension.width = tp->width; in tems_setup_terminal() 588 tems.ts_c_dimension.height = tp->height; in tems_setup_terminal() [all …]
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | tem_impl.h | 246 struct tem_size ts_c_dimension; /* window dimensions in characters */ member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 271 struct tem_size ts_c_dimension; /* window dimensions in characters */ member
|