Home
last modified time | relevance | path

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

/trueos/sys/dev/syscons/
HDscvtb.c52 vtb->vtb_type = type; in sc_vtb_init()
100 switch (vtb->vtb_type) { in sc_vtb_destroy()
110 vtb->vtb_type = VTB_INVALID; in sc_vtb_destroy()
123 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_getc()
134 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_geta()
145 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putc()
156 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_putchar()
180 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_clear()
192 if (vtb2->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_copy()
196 else if (vtb1->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_copy()
[all …]
HDsyscons.h165 int vtb_type; member
/trueos/sys/pc98/cbus/
HDscvtb.c92 vtb->vtb_type = type; in sc_vtb_init()
136 switch (vtb->vtb_type) { in sc_vtb_destroy()
146 vtb->vtb_type = VTB_INVALID; in sc_vtb_destroy()
160 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_getc()
171 if (vtb->vtb_type == VTB_FRAMEBUFFER) in sc_vtb_geta()
180 if (vtb->vtb_type == VTB_FRAMEBUFFER) { in vtb_putc()
219 if (vtb->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_clear()
236 if (vtb2->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_copy()
241 } else if (vtb1->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_copy()
260 if (vtb2->vtb_type != VTB_RINGBUFFER) in sc_vtb_append()
[all …]