Home
last modified time | relevance | path

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

/freebsd-14.2/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()
198 if (vtb2->vtb_type != VTB_RINGBUFFER) in sc_vtb_append()
228 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_erase()
[all …]
H A Dsyscons.h150 int vtb_type; member