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

/freebsd-9.3-release/sys/dev/syscons/
H A Dscvtb.c52 vtb->vtb_type = type;
100 switch (vtb->vtb_type) {
110 vtb->vtb_type = VTB_INVALID;
123 if (vtb->vtb_type == VTB_FRAMEBUFFER)
134 if (vtb->vtb_type == VTB_FRAMEBUFFER)
145 if (vtb->vtb_type == VTB_FRAMEBUFFER)
156 if (vtb->vtb_type == VTB_FRAMEBUFFER)
180 if (vtb->vtb_type == VTB_FRAMEBUFFER)
192 if (vtb2->vtb_type == VTB_FRAMEBUFFER)
196 else if (vtb1->vtb_type
[all...]
H A Dsyscons.h165 int vtb_type; member in struct:sc_vtb
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscvtb.c92 vtb->vtb_type = type;
136 switch (vtb->vtb_type) {
146 vtb->vtb_type = VTB_INVALID;
160 if (vtb->vtb_type == VTB_FRAMEBUFFER)
171 if (vtb->vtb_type == VTB_FRAMEBUFFER)
180 if (vtb->vtb_type == VTB_FRAMEBUFFER) {
219 if (vtb->vtb_type == VTB_FRAMEBUFFER) {
236 if (vtb2->vtb_type == VTB_FRAMEBUFFER) {
241 } else if (vtb1->vtb_type == VTB_FRAMEBUFFER) {
260 if (vtb2->vtb_type !
[all...]

Completed in 96 milliseconds