HomeSort by: relevance | last modified time | path
    Searched refs:show_screen_cb (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay_vconsvar.h 124 void (*show_screen_cb)(struct vcons_screen *, void *); member in struct:vcons_data
wsdisplay_vcons.c 197 vd->show_screen_cb = NULL;
573 if (vd->show_screen_cb != NULL)
574 vd->show_screen_cb(scr, vd->show_screen_cookie);
653 if (vd->show_screen_cb != NULL)
654 vd->show_screen_cb(scr, vd->show_screen_cookie);
1709 if (vd->show_screen_cb != NULL)
1710 vd->show_screen_cb(scr, vd->show_screen_cookie);
  /src/sys/dev/pci/
r128fb.c 273 sc->vd.show_screen_cb = glyphcache_adapt;
pm2fb.c 398 sc->vd.show_screen_cb = glyphcache_adapt;
pm3fb.c 314 sc->vd.show_screen_cb = glyphcache_adapt;
mgafb.c 390 sc->vd.show_screen_cb = glyphcache_adapt;
gffb.c 401 sc->vd.show_screen_cb = glyphcache_adapt;
machfb.c 727 sc->vd.show_screen_cb = glyphcache_adapt;
veritefb.c 653 sc->vd.show_screen_cb = glyphcache_adapt;
radeonfb.c 1010 dp->rd_vd.show_screen_cb = glyphcache_adapt;
  /src/sys/dev/sbus/
mgx.c 342 sc->vd.show_screen_cb = mgx_adapt;
  /src/sys/arch/hppa/dev/
gftfb.c 340 sc->vd.show_screen_cb = glyphcache_adapt;
hyperfb.c 465 sc->vd.show_screen_cb = glyphcache_adapt;
summitfb.c 309 sc->vd.show_screen_cb = glyphcache_adapt;
  /src/sys/dev/sun/
cgsix.c 563 sc->vd.show_screen_cb = glyphcache_adapt;
  /src/sys/dev/pci/voyager/
voyagerfb.c 734 sc->vd.show_screen_cb = glyphcache_adapt;
  /src/sys/arch/sparc/dev/
cgfourteen.c 762 sc->sc_vd.show_screen_cb = glyphcache_adapt;

Completed in 33 milliseconds