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

/freebsd-9.3-release/sys/dev/syscons/
H A Dscvtb.c49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) argument
89 sc_vtb_destroy(sc_vtb_t *vtb) argument
120 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
131 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
153 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) argument
165 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
171 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) argument
177 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) argument
234 sc_vtb_seek(sc_vtb_t *vtb, int pos) argument
240 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
253 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
272 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
302 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
H A Dsyscons.h282 sc_vtb_t vtb; member in struct:scr_stat
[all...]
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscvtb.c89 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) argument
125 sc_vtb_destroy(sc_vtb_t *vtb) argument
156 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
167 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
178 vtb_putc(sc_vtb_t *vtb, vm_offset_t p, int c, int a) argument
190 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
196 sc_vtb_putchar(sc_vtb_t *vtb, vm_offset_t p, int c, int a) argument
203 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
209 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) argument
215 sc_vtb_clear(sc_vtb_t *vtb, int c, int attr) argument
285 sc_vtb_seek(sc_vtb_t *vtb, int pos) argument
291 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
308 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
333 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
369 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]

Completed in 107 milliseconds