HomeSort by: relevance | last modified time | path
    Searched refs:allocattr (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/arch/evbmips/gdium/
gdium_genfb.c 99 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr);
  /src/sys/dev/wscons/
wsdisplayvar.h 62 int (*allocattr)(void *, int, int, int, long *); member in struct:wsdisplay_emulops
wsemul_sun.c 147 res = (*edp->emulops->allocattr)(cookie,
152 res = (*edp->emulops->allocattr)(cookie, 0, 0,
204 (*edp->emulops->allocattr)(edp->emulcookie, 0, 0,
208 (*edp->emulops->allocattr)(edp->emulcookie,
wsemul_vt100.c 179 error = (*vd->emulops->allocattr)(cookie,
205 error = (*vd->emulops->allocattr)(cookie,
1065 error = (*vd->emulops->allocattr)(vd->emulcookie,
1096 error = (*vd->emulops->allocattr)(vd->emulcookie,
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 140 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr);
176 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr);
  /src/sys/arch/x86/x86/
genfb_machdep.c 195 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr);
  /src/sys/arch/zaurus/dev/
w100.c 205 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
418 (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp);
569 return (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, fg, bg, flg, attr);
  /src/sys/arch/hp300/dev/
diofb.c 201 ri->ri_ops.allocattr = diofb_allocattr;
298 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr);
469 ri->ri_ops.allocattr(ri, 0, 0, 0, attrp);
  /src/sys/arch/ews4800mips/sbd/
fb_sbdio.c 259 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
347 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr);
  /src/sys/arch/newsmips/apbus/
xafb.c 313 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
357 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
  /src/sys/arch/prep/pci/
gten.c 297 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
359 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
  /src/sys/arch/arm/clps711x/
clpslcd.c 191 if ((ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr) != 0)
192 panic("allocattr failed");
  /src/sys/arch/evbmips/loongson/
gdium_machdep.c 374 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr);
  /src/sys/arch/dreamcast/dev/
pvr.c 409 (*sc->sc_dc->dc_rinfo.ri_ops.allocattr)(&sc->sc_dc->dc_rinfo, 0, 0, 0,
581 (*dcp->dc_rinfo.ri_ops.allocattr)(&dcp->dc_rinfo, 0, 0, 0, &defattr);
  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 156 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
382 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp);
  /src/sys/dev/rcons/
rcons_subr.c 90 if (rc->rc_ops->allocattr(rc->rc_cookie, 0, 0, i, &tmp) == 0)
509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
  /src/sys/arch/luna68k/dev/
lunafb.c 234 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
540 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp);
  /src/sys/arch/newsmips/dev/
fb.c 454 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
502 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
  /src/sys/arch/amiga/dev/
grf.c 534 ri->ri_ops.allocattr = gp->g_emulops->allocattr;
  /src/sys/arch/epoc32/windermere/
wmlcd.c 220 if ((ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr) != 0)
221 panic("allocattr failed");
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 285 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
823 (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp);
993 return (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, fg, bg, flg, attr);
  /src/sys/dev/pci/
sisfb.c 327 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
362 ri->ri_ops.allocattr(ri, 0, 0, 0, attrp);
835 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr);
lynxfb.c 239 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
359 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
  /src/sys/arch/sparc64/dev/
gfb.c 223 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
  /src/sys/dev/tc/
cfb.c 460 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);
494 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr);

Completed in 26 milliseconds

1 2 3