Symbol: screen_size_t
usr/src/boot/common/gfx_fb.c
1222
for (screen_size_t i = 0; i < ca->height; i++) {
usr/src/boot/common/gfx_fb.c
1224
for (screen_size_t j = 0; j < ca->width; j++) {
usr/src/boot/common/tem.c
452
tems_setup_font(screen_size_t height, screen_size_t width)
usr/src/boot/common/tem.c
522
tems.ts_c_dimension.height = (screen_size_t)height;
usr/src/boot/common/tem.c
523
tems.ts_c_dimension.width = (screen_size_t)width;
usr/src/boot/i386/libi386/vidconsole.c
273
screen_size_t chars_per_row;
usr/src/boot/i386/libi386/vidconsole.c
276
screen_size_t rows_to_move;
usr/src/boot/sys/sys/tem_impl.h
161
screen_size_t width;
usr/src/boot/sys/sys/tem_impl.h
162
screen_size_t height;
usr/src/boot/sys/sys/tem_impl.h
242
screen_size_t ts_linebytes; /* Layered on bytes per scan line */
usr/src/uts/common/io/tem.c
538
tems_setup_font(screen_size_t height, screen_size_t width)
usr/src/uts/common/io/tem.c
605
tems.ts_c_dimension.height = (screen_size_t)height;
usr/src/uts/common/io/tem.c
606
tems.ts_c_dimension.width = (screen_size_t)width;
usr/src/uts/common/io/tem_safe.c
1836
da.width = (screen_size_t)width;
usr/src/uts/common/io/tem_safe.c
1837
da.height = (screen_size_t)height;
usr/src/uts/common/io/tem_safe.c
1911
da.width = (screen_size_t)tems.ts_font.vf_width;
usr/src/uts/common/io/tem_safe.c
1912
da.height = (screen_size_t)tems.ts_font.vf_height;
usr/src/uts/common/io/tem_safe.c
2450
ca.width = (screen_size_t)tems.ts_font.vf_width;
usr/src/uts/common/io/tem_safe.c
2451
ca.height = (screen_size_t)tems.ts_font.vf_height;
usr/src/uts/common/io/tem_safe.c
2679
da.width = (screen_size_t)tems.ts_font.vf_width;
usr/src/uts/common/io/tem_safe.c
2680
da.height = (screen_size_t)tems.ts_font.vf_height;
usr/src/uts/common/io/tem_safe.c
2731
screen_size_t chars_per_row;
usr/src/uts/common/io/tem_safe.c
2734
screen_size_t rows_to_move;
usr/src/uts/common/io/tem_safe.c
2777
screen_size_t chars_per_row;
usr/src/uts/common/io/tem_safe.c
2778
screen_size_t rows_to_move;
usr/src/uts/common/sys/tem_impl.h
179
screen_size_t width;
usr/src/uts/common/sys/tem_impl.h
180
screen_size_t height;
usr/src/uts/common/sys/tem_impl.h
266
screen_size_t ts_linebytes; /* Layered on bytes per scan line */
usr/src/uts/common/sys/visual_io.h
247
screen_size_t width; /* Width of data */
usr/src/uts/common/sys/visual_io.h
248
screen_size_t height; /* Height of data */
usr/src/uts/common/sys/visual_io.h
266
screen_size_t width; /* Width of cursor */
usr/src/uts/common/sys/visual_io.h
267
screen_size_t height; /* Height of cursor */
usr/src/uts/common/sys/visual_io.h
307
screen_size_t width; /* Width of the device */
usr/src/uts/common/sys/visual_io.h
308
screen_size_t height; /* Height of the device */
usr/src/uts/common/sys/visual_io.h
309
screen_size_t linebytes; /* Bytes per scan line */
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
648
screen_size_t chars_per_row;
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
651
screen_size_t rows_to_move;