Searched refs:sc_vtb_init (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
H A Dschistory.c138 sc_vtb_init(history, VTB_RINGBUFFER, scp->xsize, lines,
H A Dscvtb.c49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) function
H A Dsyscons.c521 sc_vtb_init(&scp->scr, VTB_FRAMEBUFFER, scp->xsize, scp->ysize,
2917 sc_vtb_init(&scp->scr, VTB_FRAMEBUFFER, scp->xsize, scp->ysize,
3190 sc_vtb_init(&scp->vtb, VTB_MEMORY, scp->xsize, scp->ysize,
3208 sc_vtb_init(&scp->scr, VTB_FRAMEBUFFER, scp->xsize, scp->ysize,
3452 sc_vtb_init(&new, VTB_MEMORY, scp->xsize, scp->ysize, NULL, wait);
3538 sc_vtb_init(&scp->vtb, VTB_MEMORY, 0, 0, NULL, FALSE);
3540 sc_vtb_init(&scp->scr, VTB_FRAMEBUFFER, 0, 0, NULL, FALSE);
4025 sc_vtb_init(&scp->scr, VTB_FRAMEBUFFER, scp->xsize, scp->ysize,
H A Dsyscons.h651 void sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows,
/freebsd-11-stable/sys/pc98/cbus/
H A Dscvtb.c89 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) function

Completed in 126 milliseconds