Home
last modified time | relevance | path

Searched refs:vtb_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDscvtb.c82 vtb->vtb_type = type; in sc_vtb_init()
126 switch (vtb->vtb_type) { in sc_vtb_destroy()
136 vtb->vtb_type = VTB_INVALID; in sc_vtb_destroy()
148 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_getc()
157 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_geta()
166 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putc()
175 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putchar()
191 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_clear()
201 if (vtb2->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_copy()
204 } else if (vtb1->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_copy()
[all …]
HDsyscons.h154 int vtb_type; member