Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c228 sizeof (*ptem->tvs_outbuf); in tem_internal_init()
229 ptem->tvs_outbuf = kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP); in tem_internal_init()
340 if (tem->tvs_outbuf != NULL) in tem_free_buf()
341 kmem_free(tem->tvs_outbuf, tem->tvs_outbuf_size); in tem_free_buf()
H A Dtem_safe.c1299 tem->tvs_outbuf[tem->tvs_outindex].tc_char = ch | TEM_ATTR(attr); in tem_safe_outch()
1300 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_safe_outch()
1301 tem->tvs_outbuf[tem->tvs_outindex].tc_bg_color = bg; in tem_safe_outch()
1395 tem->tvs_outbuf, tem->tvs_outindex, in tem_safe_send_data()
1403 tem->tvs_outbuf, tem->tvs_outindex, in tem_safe_send_data()
/illumos-gate/usr/src/boot/common/
H A Dtem.c232 ptem->tvs_outbuf = malloc(size); in tem_internal_init()
233 if (ptem->tvs_outbuf == NULL) in tem_internal_init()
313 free(tem->tvs_outbuf); in tem_free_buf()
314 tem->tvs_outbuf = NULL; in tem_free_buf()
1849 tem->tvs_outbuf[tem->tvs_outindex].tc_char = ch | TEM_ATTR(attr); in tem_outch()
1850 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_outch()
1851 tem->tvs_outbuf[tem->tvs_outindex].tc_bg_color = bg; in tem_outch()
1932 tem_virtual_display(tem, tem->tvs_outbuf, tem->tvs_outindex, in tem_send_data()
1940 tem->tvs_outbuf, tem->tvs_outindex, in tem_send_data()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h201 term_char_t *tvs_outbuf; /* place to keep incomplete lines */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h221 term_char_t *tvs_outbuf; /* place to keep incomplete lines */ member