Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h188 } term_char_t; typedef
221 term_char_t *tvs_outbuf; /* place to keep incomplete lines */
232 term_char_t *tvs_screen_buf; /* whole screen buffer */
233 term_char_t **tvs_screen_rows; /* screen buffer rows */
249 void (*tsc_display)(struct tem_vt_state *, term_char_t *, int,
256 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *);
279 term_char_t *ts_blank_line; /* a blank line for scrolling */
319 void tem_safe_text_display(struct tem_vt_state *, term_char_t *,
331 void tem_safe_pix_display(struct tem_vt_state *, term_char_t *,
340 void tem_safe_pix_bit2pix(struct tem_vt_state *, term_char_t *);
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h170 } term_char_t; typedef
201 term_char_t *tvs_outbuf; /* place to keep incomplete lines */
211 term_char_t *tvs_screen_buf; /* whole screen buffer */
223 void (*tsc_display)(struct tem_vt_state *, term_char_t *, int,
229 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *);
/illumos-gate/usr/src/boot/common/
H A Dtem.c2170 tem_copy_width(term_char_t *src, term_char_t *dst, int cols) in tem_copy_width()
2201 term_char_t *src, *dst; in tem_copy_area()
2336 term_char_t c; in tem_image_display()
2370 term_char_t c; in tem_text_cls()
2537 term_char_t c; in tem_cls()
2791 term_char_t c; in tem_pix_cursor()
2859 term_char_t *c) in tem_get_color()
2931 term_char_t c; in tem_get_colors()
2961 term_char_t c; in tem_pix_cls_range()
2996 term_char_t *addr; in tem_virtual_display()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1649 tem_copy_width(term_char_t *src, term_char_t *dst, int cols) in tem_copy_width()
1681 term_char_t *src, *dst; in tem_safe_copy_area()
1877 term_char_t c; in tem_safe_text_cls()
2096 term_char_t c; in tem_safe_pix_clear_entire_screen()
2440 term_char_t c; in tem_safe_pix_cursor()
2670 term_char_t c; in tem_safe_pix_cls_range()
2708 term_char_t *addr; in tem_safe_virtual_display()
2728 term_char_t *from; in i_virtual_copy_tem_chars()
2729 term_char_t *to; in i_virtual_copy_tem_chars()
2732 term_char_t *to_row_start; in i_virtual_copy_tem_chars()
[all …]
H A Dtem.c239 sizeof (term_char_t *), KM_SLEEP); in tem_internal_init()
348 sizeof (term_char_t *)); in tem_free_buf()