Home | History | Annotate | Download | only in wsfb

Lines Matching defs:sc_cmap_red

93 	u_char sc_cmap_red[256];
412 &scp->sc_cmap_red[i],
416 scp->sc_cmap_red[i] = rasops_cmap[j];
818 memcpy(&scp->sc_cmap_red[index], &rbuf[index], count);
822 r = &scp->sc_cmap_red[index];
845 error = copyout(&scp->sc_cmap_red[index], cm->red, count);
866 genfb_putpalreg(sc, i, scp->sc_cmap_red[i],
887 scp->sc_cmap_red[i] = tmp;
898 genfb_putpalreg(sc, i, scp->sc_cmap_red[i],
906 scp->sc_cmap_red[i] = rasops_cmap[j];