Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c52 vtb->vtb_type = type; in sc_vtb_init()
98 switch (vtb->vtb_type) { in sc_vtb_destroy()
108 vtb->vtb_type = VTB_INVALID; in sc_vtb_destroy()
120 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_getc()
129 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_geta()
138 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putc()
147 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putchar()
169 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_clear()
179 if (vtb2->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_copy()
183 else if (vtb1->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_copy()
[all …]
H A Dsyscons.h150 int vtb_type; member