Home
last modified time | relevance | path

Searched refs:sc_vtb_t (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
H A Dscvtb.c115 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy()
146 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
155 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
164 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
173 sc_vtb_putchar(sc_vtb_t *vtb, uint16_t *p, int c, int a) in sc_vtb_putchar()
183 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos()
189 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear()
198 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) in sc_vtb_copy()
214 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) in sc_vtb_append()
239 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek()
[all …]
H A Dsyscons.h164 } sc_vtb_t; typedef
261 sc_vtb_t scr;
262 sc_vtb_t vtb;
323 sc_vtb_t *history; /* circular history buffer */
599 void sc_vtb_destroy(sc_vtb_t *vtb);
601 void sc_vtb_clear(sc_vtb_t *vtb, int c, int attr);
603 int sc_vtb_getc(sc_vtb_t *vtb, int at);
604 int sc_vtb_geta(sc_vtb_t *vtb, int at);
613 void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to,
615 void sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2,
[all …]
H A Dschistory.c66 static void copy_history(sc_vtb_t *from, sc_vtb_t *to);
80 sc_vtb_t *history; in sc_alloc_history_buffer()
81 sc_vtb_t *prev_history; in sc_alloc_history_buffer()
164 copy_history(sc_vtb_t *from, sc_vtb_t *to) in copy_history()
191 sc_vtb_t *history; in sc_free_history_buffer()
H A Dsyscons.c3552 sc_vtb_t new; in sc_alloc_scr_buffer()
3553 sc_vtb_t old; in sc_alloc_scr_buffer()