Searched defs:vtb (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/misc/syscons/ |
H A D | scvtb.c | 42 #define vtb_wrap(vtb, at, offset) \ argument 79 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init() 115 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() 239 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek() [all …]
|
H A D | syscons.h | 262 sc_vtb_t vtb; member 609 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) argument 610 #define sc_vtb_rows(vtb) ((vtb)->vtb_rows) argument 611 #define sc_vtb_cols(vtb) ((vtb)->vtb_cols) argument
|