Home
last modified time | relevance | path

Searched refs:ts_p_dimension (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c529 if (tems.ts_p_dimension.width != tp->width || in tems_check_videomode()
530 tems.ts_p_dimension.height != tp->height) in tems_check_videomode()
585 tems.ts_p_dimension.width = 0; in tems_setup_terminal()
586 tems.ts_p_dimension.height = 0; in tems_setup_terminal()
607 tems.ts_p_dimension.height = tp->height; in tems_setup_terminal()
608 tems.ts_p_dimension.width = tp->width; in tems_setup_terminal()
615 tems.ts_p_offset.x = (tems.ts_p_dimension.width - in tems_setup_terminal()
811 *x = (ushort_t)tems.ts_p_dimension.width; in tem_get_size()
812 *y = (ushort_t)tems.ts_p_dimension.height; in tem_get_size()
840 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
[all …]
H A Dtem_safe.c1969 ma.e_col = tems.ts_p_dimension.width - 1; in tem_safe_pix_copy()
2077 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_prom_output()
2115 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen()
2116 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_entire_screen()
/illumos-gate/usr/src/boot/common/
H A Dtem.c445 if (tems.ts_p_dimension.width == 0 && in env_screen_nounset()
446 tems.ts_p_dimension.height == 0) in env_screen_nounset()
499 tems.ts_p_dimension.width = 0; in tems_setup_terminal()
500 tems.ts_p_dimension.height = 0; in tems_setup_terminal()
524 tems.ts_p_dimension.height = tp->height; in tems_setup_terminal()
525 tems.ts_p_dimension.width = tp->width; in tems_setup_terminal()
730 *x = (uint16_t)tems.ts_p_dimension.width; in tem_get_size()
731 *y = (uint16_t)tems.ts_p_dimension.height; in tem_get_size()
779 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
783 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h247 struct tem_size ts_p_dimension; /* screen dimensions in pixels */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h272 struct tem_size ts_p_dimension; /* screen dimensions in pixels */ member