Lines Matching refs:sunCmap
114 struct fbcmap sunCmap;
116 sunCmap.index = dex;
117 sunCmap.count = count;
118 sunCmap.red = &rmap[dex];
119 sunCmap.green = &gmap[dex];
120 sunCmap.blue = &bmap[dex];
122 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) < 0) {
131 struct fbcmap sunCmap;
133 sunCmap.index = dex;
134 sunCmap.count = count;
135 sunCmap.red = &rmap[dex];
136 sunCmap.green = &gmap[dex];
137 sunCmap.blue = &bmap[dex];
139 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOGETCMAP, &sunCmap) < 0) {