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

/freebsd-12-stable/sys/dev/syscons/
H A Dscvtb.c51 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) argument
91 sc_vtb_destroy(sc_vtb_t *vtb) argument
122 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
133 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
144 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
155 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) argument
167 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
173 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) argument
179 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) argument
236 sc_vtb_seek(sc_vtb_t *vtb, int pos) argument
242 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
255 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
274 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
304 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
H A Dsyscons.h294 sc_vtb_t vtb; member in struct:scr_stat
[all...]

Completed in 107 milliseconds