Searched refs:sc_vtb_t (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/syscons/ |
| HD | scvtb.c | 49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init() 89 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy() 120 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() 131 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta() 142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc() 153 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in sc_vtb_putchar() 165 sc_vtb_pointer(sc_vtb_t *vtb, int at) in sc_vtb_pointer() 171 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos() 177 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear() 188 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) in sc_vtb_copy() [all …]
|
| HD | syscons.h | 175 } sc_vtb_t; typedef 282 sc_vtb_t scr; 284 sc_vtb_t vtb; 341 sc_vtb_t *history; /* circular history buffer */ 641 void sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, 643 void sc_vtb_destroy(sc_vtb_t *vtb); 645 void sc_vtb_clear(sc_vtb_t *vtb, int c, int attr); 647 int sc_vtb_getc(sc_vtb_t *vtb, int at); 648 int sc_vtb_geta(sc_vtb_t *vtb, int at); 649 void sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a); [all …]
|
| HD | schistory.c | 82 static void copy_history(sc_vtb_t *from, sc_vtb_t *to); 95 sc_vtb_t *history; in sc_alloc_history_buffer() 96 sc_vtb_t *prev_history; in sc_alloc_history_buffer() 131 history = (sc_vtb_t *)malloc(sizeof(*history), in sc_alloc_history_buffer() 163 copy_history(sc_vtb_t *from, sc_vtb_t *to) in copy_history() 190 sc_vtb_t *history; in sc_free_history_buffer()
|
| HD | syscons.c | 3187 sc_vtb_t new; in sc_alloc_scr_buffer() 3188 sc_vtb_t old; in sc_alloc_scr_buffer()
|
| /trueos/sys/pc98/cbus/ |
| HD | scvtb.c | 89 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init() 125 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy() 156 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() 167 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta() 178 vtb_putc(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in vtb_putc() 190 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc() 196 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in sc_vtb_putchar() 203 sc_vtb_pointer(sc_vtb_t *vtb, int at) in sc_vtb_pointer() 209 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos() 215 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear() [all …]
|