Searched refs:term_char_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 188 } 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 D | tem_impl.h | 170 } 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 D | tem.c | 129 static void tem_virtual_display(struct tem_vt_state *, term_char_t *, 139 static void tem_pix_display(struct tem_vt_state *, term_char_t *, 149 text_color_t *, text_color_t *, term_char_t *); 152 static void tem_text_display(struct tem_vt_state *, term_char_t *, int, 157 static void tem_pix_bit2pix(struct tem_vt_state *, term_char_t *); 252 size = width * height * sizeof (term_char_t); in tem_internal_init() 2170 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() 2250 width * sizeof (term_char_t)); in tem_copy_area() 2265 width * sizeof (term_char_t)); in tem_copy_area() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 159 text_color_t *, text_color_t *, term_char_t *); 165 term_char_t *, int, screen_pos_t, screen_pos_t); 1649 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() 1786 tem_safe_text_display(struct tem_vt_state *tem, term_char_t *string, in tem_safe_text_display() 1877 term_char_t c; in tem_safe_text_cls() 1900 term_char_t *string, int count, in tem_safe_pix_display() 1993 tem_safe_pix_bit2pix(struct tem_vt_state *tem, term_char_t *c) in tem_safe_pix_bit2pix() 2096 term_char_t c; in tem_safe_pix_clear_entire_screen() 2440 term_char_t c; in tem_safe_pix_cursor() [all …]
|
H A D | tem.c | 239 sizeof (term_char_t *), KM_SLEEP); in tem_internal_init() 348 sizeof (term_char_t *)); in tem_free_buf()
|