HomeSort by: relevance | last modified time | path
    Searched defs:get_cursor (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/tc/
cfb.c 188 static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
416 return get_cursor(sc, (struct wsdisplay_cursor *)data);
773 get_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
mfb.c 172 static int get_cursor(struct mfb_softc *, struct wsdisplay_cursor *);
382 return get_cursor(sc, (struct wsdisplay_cursor *)data);
661 get_cursor(struct mfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
xcfb.c 146 static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
450 return get_cursor(sc, (struct wsdisplay_cursor *)data);
653 get_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
sfb.c 201 static int get_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
450 return get_cursor(sc, (struct wsdisplay_cursor *)data);
827 get_cursor(struct sfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
tfb.c 226 static int get_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
454 return get_cursor(sc, (struct wsdisplay_cursor *)data);
831 get_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
sfbplus.c 192 static int get_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
486 return get_cursor(sc, (struct wsdisplay_cursor *)data);
810 get_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int
  /src/sys/arch/arm/iomd/
vidcvideo.c 183 static int get_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *);
419 return get_cursor(sc, (struct wsdisplay_cursor *)data);
757 get_cursor(struct vidcvideo_softc *sc, struct wsdisplay_cursor *p) function in typeref:typename:int

Completed in 18 milliseconds