/src/sys/dev/wsfont/ |
wsfont.h | 52 * if (wsfont_lock(cookie, &font)) 77 int wsfont_lock(int, struct wsdisplay_font **);
|
wsfont.c | 768 wsfont_lock(int cookie, struct wsdisplay_font **ptr) function in typeref:typename:int
|
/src/sys/arch/ews4800mips/sbd/ |
fb_sbdio.c | 216 if (wsfont_lock(cookie, &ri->ri_font)) {
|
/src/sys/arch/vax/uba/ |
qv.c | 467 if (wsfont_lock(fcookie, &console_font) != 0) { 998 if (wsfont_lock(fcookie, &console_font) != 0) {
|
/src/sys/arch/dreamcast/dev/ |
pvr.c | 249 if (wsfont_lock(cookie, &dc->dc_rinfo.ri_font)) {
|
/src/sys/arch/playstation2/ee/ |
gsfb.c | 377 if (wsfont_lock(font, &sc->sc_font))
|
/src/sys/arch/zaurus/dev/ |
w100.c | 354 wsfont_lock(cookie, &rinfo.ri_font))
|
/src/sys/arch/sgimips/gio/ |
light.c | 303 if (wsfont_lock(dc->dc_font, &dc->dc_fontdata))
|
grtwo.c | 484 if (wsfont_lock(dc->dc_font, &dc->dc_fontdata))
|
/src/sys/dev/ic/ |
vga.c | 355 if (wsfont_lock(cookie, &wf)) 568 if (cookie == -1 || wsfont_lock(cookie, &wf))
|
vga_raster.c | 427 if (cookie == -1 || wsfont_lock(cookie, &wf)) 866 if (wsfont_lock(cookie, &wf))
|
igsfb.c | 462 if (wsfont_lock(wsfcookie, &ri->ri_font) != 0) {
|
ssdfb.c | 1511 error = wsfont_lock(c, &f);
|
/src/sys/arch/arm/xscale/ |
pxa2x0_lcd.c | 743 wsfont_lock(cookie, &rinfo.ri_font))
|
/src/sys/dev/tc/ |
cfb.c | 339 if (wsfont_lock(cookie, &ri->ri_font)) {
|
mfb.c | 303 if (wsfont_lock(cookie, &ri->ri_font)) {
|
tfb.c | 357 if (wsfont_lock(cookie, &ri->ri_font)) {
|
xcfb.c | 299 if (wsfont_lock(cookie, &ri->ri_font)) {
|
/src/sys/arch/pmax/ibus/ |
pm.c | 308 if (wsfont_lock(cookie, &ri->ri_font)) {
|
/src/sys/arch/vax/vsa/ |
smg.c | 383 if (wsfont_lock(cookie, &ri->ri_font) != 0)
|
gpx.c | 909 if (wsfont_lock(cookie, &ri->ri_font) != 0)
|
lcg.c | 1094 if (cookie == -1 || wsfont_lock(cookie, &wf))
|
/src/sys/arch/arm/s3c2xx0/ |
s3c24x0_lcd.c | 561 if (wsfont_lock(cookie, &scr->rinfo.ri_font))
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 1886 if (wsfont_lock(wsfontcookie, &wsfont))
|
/src/sys/dev/rasops/ |
rasops.c | 298 if (wsfont_lock(cookie, &ri->ri_font)) {
|