/src/sys/dev/tc/ |
cfb.c | 186 static int set_cmap(struct cfb_softc *, struct wsdisplay_cmap *); 384 return set_cmap(sc, (struct wsdisplay_cmap *)data); 683 set_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
xcfb.c | 143 static int set_cmap(struct xcfb_softc *, struct wsdisplay_cmap *); 417 error = set_cmap(sc, (struct wsdisplay_cmap *)data); 560 set_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
sfb.c | 199 static int set_cmap(struct sfb_softc *, struct wsdisplay_cmap *); 418 return set_cmap(sc, (struct wsdisplay_cmap *)data); 736 set_cmap(struct sfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
tfb.c | 224 static int set_cmap(struct tfb_softc *, struct wsdisplay_cmap *); 418 return set_cmap(sc, (struct wsdisplay_cmap *)data); 741 set_cmap(struct tfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
sfbplus.c | 190 static int set_cmap(struct sfbp_softc *, struct wsdisplay_cmap *); 452 return set_cmap(sc, (struct wsdisplay_cmap *)data); 719 set_cmap(struct sfbp_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
/src/sys/arch/arm/iomd/ |
vidcvideo.c | 181 static int set_cmap(struct vidcvideo_softc *, struct wsdisplay_cmap *); 386 return set_cmap(sc, (struct wsdisplay_cmap *)data); 662 set_cmap(struct vidcvideo_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|