/src/sys/dev/tc/ |
cfb.c | 187 static int set_cursor(struct cfb_softc *, struct wsdisplay_cursor *); 419 return set_cursor(sc, (struct wsdisplay_cursor *)data); 711 set_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
mfb.c | 171 static int set_cursor(struct mfb_softc *, struct wsdisplay_cursor *); 385 return set_cursor(sc, (struct wsdisplay_cursor *)data); 606 set_cursor(struct mfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
xcfb.c | 145 static int set_cursor(struct xcfb_softc *, struct wsdisplay_cursor *); 453 return set_cursor(sc, (struct wsdisplay_cursor *)data); 585 set_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
sfb.c | 200 static int set_cursor(struct sfb_softc *, struct wsdisplay_cursor *); 453 return set_cursor(sc, (struct wsdisplay_cursor *)data); 765 set_cursor(struct sfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
tfb.c | 225 static int set_cursor(struct tfb_softc *, struct wsdisplay_cursor *); 457 return set_cursor(sc, (struct wsdisplay_cursor *)data); 769 set_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
sfbplus.c | 191 static int set_cursor(struct sfbp_softc *, struct wsdisplay_cursor *); 489 return set_cursor(sc, (struct wsdisplay_cursor *)data); 748 set_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|
/src/sys/arch/arm/iomd/ |
vidcvideo.c | 182 static int set_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *); 422 return set_cursor(sc, (struct wsdisplay_cursor *)data); 690 set_cursor(struct vidcvideo_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
|