| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | fb.c | 366 ri->ri_ops.pack_attr(cookie, in fbwscons_console_init() 369 ri->ri_ops.pack_attr(cookie, 0, 0, 0, &defattr); in fbwscons_console_init() 465 ri->ri_ops.pack_attr(cookie, in fb_alloc_screen() 468 ri->ri_ops.pack_attr(cookie, 0, 0, 0, attrp); in fb_alloc_screen()
|
| H A D | creator.c | 243 ri->ri_ops.pack_attr(ri, in creator_ioctl()
|
| /openbsd-src/sys/arch/armv7/exynos/ |
| H A D | exdisplay.c | 155 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in exdisplay_attach() 187 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in exdisplay_cnattach()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | simplefb.c | 187 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in simplefb_attach() 369 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in simplefb_init_cons()
|
| H A D | rkdrm.c | 456 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in rkdrm_attachhook()
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsemul_sun.c | 218 res = (*edp->emulops->pack_attr)(cookie, in wsemul_sun_cnattach() 223 res = (*edp->emulops->pack_attr)(cookie, 0, 0, in wsemul_sun_cnattach() 907 error = (*edp->emulops->pack_attr)(edp->emulcookie, fgcol, bgcol, in wsemul_sun_selectattribute() 944 error = (*edp->emulops->pack_attr)(edp->emulcookie, fgcol, bgcol, in wsemul_sun_selectattribute()
|
| H A D | wsdisplayvar.h | 83 int (*pack_attr)(void *c, int fg, int bg, int flags, member
|
| H A D | wsemul_vt100_subr.c | 794 error = (*edp->emulops->pack_attr)(edp->emulcookie, fgcol, bgcol, in vt100_selectattribute() 846 error = (*edp->emulops->pack_attr)(edp->emulcookie, fgcol, bgcol, in wsemul_vt100_handle_dcs()
|
| H A D | wsemul_vt100.c | 178 res = (*edp->emulops->pack_attr)(cookie, in wsemul_vt100_cnattach() 182 res = (*edp->emulops->pack_attr)(cookie, 0, 0, in wsemul_vt100_cnattach()
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | efifb.c | 214 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in efifb_attach() 394 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in efifb_cnattach_common()
|
| /openbsd-src/sys/arch/powerpc64/dev/ |
| H A D | astfb.c | 174 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in astfb_attach()
|
| /openbsd-src/sys/arch/luna88k/dev/ |
| H A D | omrasops.c | 526 ri->ri_ops.pack_attr = rasops_pack_mattr; in setup_omrasops1() 542 ri->ri_ops.pack_attr = rasops_pack_cattr; in setup_omrasops4()
|
| H A D | lunafb.c | 224 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in omfb_cnattach() 490 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in omfb_alloc_screen()
|
| /openbsd-src/sys/arch/loongson/dev/ |
| H A D | sisfb.c | 270 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in sisfb_alloc_screen() 646 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in sisfb_cnattach()
|
| H A D | radeonfb.c | 266 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in radeonfb_alloc_screen() 727 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in radeonfb_cnattach()
|
| H A D | smfb.c | 254 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in smfb_alloc_screen() 729 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in smfb_cnattach()
|
| /openbsd-src/sys/dev/rasops/ |
| H A D | rasops.c | 278 ri->ri_pack_attr = ri->ri_ops.pack_attr; in rasops_init() 299 ri->ri_ops.pack_attr = rasops_vcons_pack_attr; in rasops_init() 441 ri->ri_ops.pack_attr = rasops_pack_mattr; in rasops_reconfig() 444 ri->ri_ops.pack_attr = rasops_pack_cattr; in rasops_reconfig()
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | apldrm.c | 394 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in apldrm_attachhook()
|
| /openbsd-src/sys/arch/macppc/macppc/ |
| H A D | ofw_machdep.c | 520 ri->ri_ops.pack_attr(ri, 0, 0, 0, &defattr); in of_display_console()
|
| /openbsd-src/sys/arch/macppc/pci/ |
| H A D | vgafb.c | 199 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in vgafb_console_init()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | tga.c | 746 sc->sc_dc->dc_rinfo.ri_ops.pack_attr(&sc->sc_dc->dc_rinfo, 875 dcp->dc_rinfo.ri_ops.pack_attr(&dcp->dc_rinfo, 0, 0, 0, &defattr);
|
| /openbsd-src/sys/dev/pv/ |
| H A D | viogpu.c | 281 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in viogpu_attach()
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | cfxga.c | 537 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in cfxga_alloc_screen()
|
| /openbsd-src/sys/arch/armv7/omap/ |
| H A D | omdisplay.c | 1177 ri->ri_ops.pack_attr(ri, 0, 0, 0, attrp); in omdisplay_alloc_screen()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_drv.c | 1315 ri->ri_ops.pack_attr(ri->ri_active, 0, 0, 0, &defattr); in radeondrm_attachhook()
|