/src/sys/dev/tc/ |
cfb.c | 185 static int get_cmap(struct cfb_softc *, struct wsdisplay_cmap *); 381 return get_cmap(sc, (struct wsdisplay_cmap *)data); 664 get_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
xcfb.c | 144 static int get_cmap(struct xcfb_softc *, struct wsdisplay_cmap *); 414 return get_cmap(sc, (struct wsdisplay_cmap *)data); 541 get_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
sfb.c | 198 static int get_cmap(struct sfb_softc *, struct wsdisplay_cmap *); 415 return get_cmap(sc, (struct wsdisplay_cmap *)data); 717 get_cmap(struct sfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
tfb.c | 223 static int get_cmap(struct tfb_softc *, struct wsdisplay_cmap *); 415 return get_cmap(sc, (struct wsdisplay_cmap *)data); 722 get_cmap(struct tfb_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
sfbplus.c | 189 static int get_cmap(struct sfbp_softc *, struct wsdisplay_cmap *); 449 return get_cmap(sc, (struct wsdisplay_cmap *)data); 700 get_cmap(struct sfbp_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|
/src/sys/arch/arm/iomd/ |
vidcvideo.c | 180 static int get_cmap(struct vidcvideo_softc *, struct wsdisplay_cmap *); 383 return get_cmap(sc, (struct wsdisplay_cmap *)data); 642 get_cmap(struct vidcvideo_softc *sc, struct wsdisplay_cmap *p) function in typeref:typename:int
|