get_cursor
static int get_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct mfb_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);
static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
return get_cursor(sc, (struct wsdisplay_cursor *)data);