Home | History | Annotate | Download | only in dev

Lines Matching defs:cmap

427 	struct wsdisplay_cmap *cmap;
436 cmap = (struct wsdisplay_cmap *)data;
437 cnt = cmap->count;
438 idx = cmap->index;
453 error = copyout(r, cmap->red, cnt);
456 error = copyout(g, cmap->green, cnt);
459 error = copyout(b, cmap->blue, cnt);
466 cmap = (struct wsdisplay_cmap *)data;
467 cnt = cmap->count;
468 idx = cmap->index;
480 error = copyin(cmap->red, r, cnt);
483 error = copyin(cmap->green, g, cnt);
486 error = copyin(cmap->blue, b, cnt);