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

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
util.py 43 def get_cursor(source, spelling): function
85 'get_cursor',
  /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
  /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
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
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
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
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
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

Completed in 19 milliseconds