Home
last modified time | relevance | path

Searched defs:vtb (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/syscons/
H A Dscvtb.c45 #define vtb_wrap(vtb, at, offset) \ argument
87 sc_vtb_destroy(sc_vtb_t *vtb) in sc_vtb_destroy()
118 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
127 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
136 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
145 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) in sc_vtb_putchar()
155 sc_vtb_pointer(sc_vtb_t *vtb, int at) in sc_vtb_pointer()
161 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos()
167 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) in sc_vtb_clear()
218 sc_vtb_seek(sc_vtb_t *vtb, int pos) in sc_vtb_seek()
[all …]
H A Dsyscons.h281 sc_vtb_t vtb; member
647 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) argument
648 #define sc_vtb_rows(vtb) ((vtb)->vtb_rows) argument
649 #define sc_vtb_cols(vtb) ((vtb)->vtb_cols) argument