set_cmap
static int set_cmap(struct vidcvideo_softc *, struct wsdisplay_cmap *);
return set_cmap(sc, (struct wsdisplay_cmap *)data);
static int set_cmap(struct cfb_softc *, struct wsdisplay_cmap *);
return set_cmap(sc, (struct wsdisplay_cmap *)data);
static int set_cmap(struct sfb_softc *, struct wsdisplay_cmap *);
return set_cmap(sc, (struct wsdisplay_cmap *)data);
static int set_cmap(struct sfbp_softc *, struct wsdisplay_cmap *);
return set_cmap(sc, (struct wsdisplay_cmap *)data);
static int set_cmap(struct tfb_softc *, struct wsdisplay_cmap *);
return set_cmap(sc, (struct wsdisplay_cmap *)data);
static int set_cmap(struct xcfb_softc *, struct wsdisplay_cmap *);
error = set_cmap(sc, (struct wsdisplay_cmap *)data);