Searched defs:vtb (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/syscons/ |
| HD | scvtb.c | 45 #define vtb_wrap(vtb, at, offset) \ argument 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() [all …]
|
| HD | syscons.h | 284 sc_vtb_t vtb; member 654 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) argument 655 #define sc_vtb_rows(vtb) ((vtb)->vtb_rows) argument 656 #define sc_vtb_cols(vtb) ((vtb)->vtb_cols) argument
|
| /trueos/sys/pc98/cbus/ |
| HD | scvtb.c | 43 #define attr_offset(vtb) ((vtb)->vtb_size*sizeof(u_int16_t)) argument 45 #define vtb_pointer(vtb, at) \ argument 48 #define vtb_wrap(vtb, at, offset) \ argument 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() [all …]
|