Symbol: glyphcache_try
sys/arch/hppa/dev/gftfb.c
1065
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/arch/hppa/dev/hyperfb.c
1274
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/arch/hppa/dev/summitfb.c
1147
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/arch/sparc/dev/cgfourteen.c
1754
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/ic/ct65550.c
630
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/gffb.c
1384
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/machfb.c
1660
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/mgafb.c
1905
rv = glyphcache_try(&sc->sc_gc, (int)uc, x, y, attr);
sys/dev/pci/mgafb.c
2014
rv = glyphcache_try(&sc->sc_gc, (int)uc, x, y, attr);
sys/dev/pci/pm2fb.c
1172
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/pm3fb.c
993
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/r128fb.c
961
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/radeonfb.c
3328
rv = glyphcache_try(&dp->rd_gc, c, xd, yd, attr);
sys/dev/pci/radeonfb.c
3431
rv = glyphcache_try(&dp->rd_gc, c, x, y, attr);
sys/dev/pci/veritefb.c
3489
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/voyager/voyagerfb.c
1457
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/pci/voyager/voyagerfb.c
1546
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/sbus/agten.c
795
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/sbus/mgx.c
723
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/sbus/p9100.c
1189
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/sun/cgsix.c
1446
rv = glyphcache_try(&sc->sc_gc, c, x, y, attr);
sys/dev/wscons/wsdisplay_glyphcachevar.h
96
int glyphcache_try(glyphcache *, int, int, int, long); /* char code, x, y, attr */