/openbsd/sys/arch/luna88k/dev/ |
H A D | omrasops.c | 111 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in om1_putchar() 178 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in om4_putchar() 297 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in om_erasecols() 322 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in om_eraserows()
|
/openbsd/sys/dev/pcmcia/ |
H A D | cfxga.c | 881 ri->ri_ops.unpack_attr(ri, attr, &fg, &bg, &ul); in cfxga_expand_char() 975 ri->ri_ops.unpack_attr(ri, cell->attr, in cfxga_repaint_screen() 1154 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in cfxga_erasecols() 1183 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in cfxga_eraserows() 1210 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in cfxga_putchar()
|
/openbsd/sys/dev/wscons/ |
H A D | wsdisplayvar.h | 85 void (*unpack_attr)(void *c, uint32_t attr, int *fg, int *bg, member
|
H A D | wsdisplay.c | 2690 (*dconf->emulops->unpack_attr)(dconf->emulcookie, cell.attr, &fg, in inverse_char()
|
/openbsd/sys/dev/sbus/ |
H A D | zx.c | 579 ri->ri_ops.unpack_attr(ri, attr, &fg, &bg, NULL); in zx_fillrect() 671 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in zx_eraserows() 725 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, &ul); in zx_putchar()
|
H A D | mgx.c | 717 ri->ri_ops.unpack_attr(v, attr, &fg, &bg, NULL); in mgx_ras_erasecols() 747 ri->ri_ops.unpack_attr(v, attr, &fg, &bg, NULL); in mgx_ras_eraserows()
|
H A D | cgsix.c | 917 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in cgsix_ras_erasecols() 956 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in cgsix_ras_eraserows()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | radeonfb.c | 478 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in radeonfb_erasecols() 514 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in radeonfb_eraserows()
|
H A D | gfxp.c | 478 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in gfxp_erasecols() 514 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in gfxp_eraserows()
|
H A D | raptor.c | 450 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in raptor_erasecols() 486 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in raptor_eraserows()
|
H A D | machfb.c | 539 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in machfb_erasecols() 575 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in machfb_eraserows()
|
H A D | creator.c | 596 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in creator_ras_eraserows() 638 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in creator_ras_erasecols()
|
H A D | ifb.c | 1026 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in ifb_erasecols() 1062 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in ifb_eraserows()
|
/openbsd/sys/arch/loongson/dev/ |
H A D | radeonfb.c | 444 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in radeonfb_erasecols() 480 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in radeonfb_eraserows()
|
H A D | smfb.c | 575 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in smfb_erasecols() 596 ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in smfb_eraserows()
|
/openbsd/sys/dev/pci/ |
H A D | tga.c | 1338 ri->ri_ops.unpack_attr(c, attr, &fg, &bg, &ul); 1391 ri->ri_ops.unpack_attr(c, attr, &fg, &bg, NULL); 1448 ri->ri_ops.unpack_attr(c, attr, &fg, &bg, NULL);
|
/openbsd/sys/dev/usb/ |
H A D | udl.c | 862 sc->sc_ri.ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in udl_erasecols() 904 sc->sc_ri.ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in udl_eraserows() 943 sc->sc_ri.ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL); in udl_putchar()
|
/openbsd/sys/dev/rasops/ |
H A D | rasops.c | 300 ri->ri_ops.unpack_attr = rasops_vcons_unpack_attr; in rasops_init() 436 ri->ri_ops.unpack_attr = rasops_unpack_attr; in rasops_reconfig()
|
/openbsd/sys/dev/ic/ |
H A D | sti.c | 75 .unpack_attr = sti_unpack_attr
|