Home
last modified time | relevance | path

Searched refs:screen_pos_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h169 screen_pos_t x;
170 screen_pos_t y;
174 screen_pos_t col;
175 screen_pos_t row;
212 screen_pos_t *tvs_tabs; /* tab stops */
250 screen_pos_t, screen_pos_t, cred_t *, enum called_from);
252 screen_pos_t, screen_pos_t, screen_pos_t, screen_pos_t,
253 screen_pos_t, screen_pos_t, cred_t *, enum called_from);
258 screen_pos_t, screen_pos_t, cred_t *, enum called_from);
320 int, screen_pos_t, screen_pos_t, cred_t *, enum called_from);
[all …]
H A Dvisual_io.h158 typedef short screen_pos_t; typedef
245 screen_pos_t row; /* Row to display data at */
246 screen_pos_t col; /* Col to display data at */
255 screen_pos_t s_row; /* Starting row */
256 screen_pos_t s_col; /* Starting col */
257 screen_pos_t e_row; /* Ending row */
258 screen_pos_t e_col; /* Ending col */
259 screen_pos_t t_row; /* Row to move to */
260 screen_pos_t t_col; /* Col to move to */
264 screen_pos_t row; /* Row to display cursor at */
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h151 screen_pos_t x;
152 screen_pos_t y;
156 screen_pos_t col;
157 screen_pos_t row;
192 screen_pos_t *tvs_tabs; /* tab stops */
224 screen_pos_t, screen_pos_t);
226 screen_pos_t, screen_pos_t, screen_pos_t, screen_pos_t,
227 screen_pos_t, screen_pos_t);
230 void (*tsc_cls)(struct tem_vt_state *, int, screen_pos_t, screen_pos_t);
292 void tem_image_display(struct tem_vt_state *, screen_pos_t, screen_pos_t,
[all …]
/illumos-gate/usr/src/boot/common/
H A Dtem.c119 int count, screen_pos_t row, screen_pos_t col);
121 screen_pos_t s_col, screen_pos_t s_row,
122 screen_pos_t e_col, screen_pos_t e_row,
123 screen_pos_t t_col, screen_pos_t t_row);
127 static void tem_virtual_cls(struct tem_vt_state *, size_t, screen_pos_t,
128 screen_pos_t);
130 size_t, screen_pos_t, screen_pos_t);
138 int count, screen_pos_t row, screen_pos_t col);
140 int, screen_pos_t, screen_pos_t);
142 screen_pos_t, screen_pos_t,
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c141 int count, screen_pos_t row, screen_pos_t col,
144 screen_pos_t s_col, screen_pos_t s_row,
145 screen_pos_t e_col, screen_pos_t e_row,
146 screen_pos_t t_col, screen_pos_t t_row,
151 int, int, screen_pos_t, screen_pos_t,
162 static void tem_safe_virtual_cls(struct tem_vt_state *, int, screen_pos_t,
163 screen_pos_t);
165 term_char_t *, int, screen_pos_t, screen_pos_t);
166 static void tem_safe_virtual_copy(struct tem_vt_state *, screen_pos_t,
167 screen_pos_t, screen_pos_t, screen_pos_t,
[all …]
H A Dtem.c932 (screen_pos_t)row; in tem_align()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c70 static void vidc_text_set_cursor(screen_pos_t, screen_pos_t, bool);
71 static void vidc_text_get_cursor(screen_pos_t *, screen_pos_t *);
151 screen_pos_t x, y; in plat_tem_get_prom_pos()
485 vidc_text_set_cursor(screen_pos_t row, screen_pos_t col, bool visible) in vidc_text_set_cursor()
507 vidc_text_get_cursor(screen_pos_t *row, screen_pos_t *col) in vidc_text_get_cursor()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c105 screen_pos_t *row, screen_pos_t *col);
833 screen_pos_t *row, screen_pos_t *col) in vgatext_get_cursor()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c180 plat_tem_display_prom_cursor(screen_pos_t row, screen_pos_t col) in plat_tem_display_prom_cursor()