Symbol: wsdisplay_cursor
sys/arch/arm/broadcom/bcm283x_platform.c
1111
rpi_fb_do_cursor(struct wsdisplay_cursor *cur)
sys/arch/arm/broadcom/bcm283x_platform.c
1230
struct wsdisplay_cursor *cursor = (void *)data;
sys/arch/arm/iomd/vidcvideo.c
182
static int set_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *);
sys/arch/arm/iomd/vidcvideo.c
183
static int get_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *);
sys/arch/arm/iomd/vidcvideo.c
419
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/arch/arm/iomd/vidcvideo.c
422
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/arch/arm/iomd/vidcvideo.c
690
set_cursor(struct vidcvideo_softc *sc, struct wsdisplay_cursor *p)
sys/arch/arm/iomd/vidcvideo.c
757
get_cursor(struct vidcvideo_softc *sc, struct wsdisplay_cursor *p)
sys/arch/arm/sunxi/sunxi_debe.c
131
struct wsdisplay_cursor *);
sys/arch/arm/sunxi/sunxi_debe.c
441
sunxi_debe_set_cursor(struct sunxi_debe_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/arm/ti/omap3_dss.c
1169
struct wsdisplay_cursor *cur)
sys/arch/arm/ti/omap3_dss.c
123
struct wsdisplay_cursor *);
sys/arch/arm/ti/omap3_dss.c
624
struct wsdisplay_cursor *cursor = (void *)data;
sys/arch/evbppc/nintendo/dev/wiiufb.c
363
wiiufb_set_cursor(struct wiiufb_softc *sc, struct wsdisplay_cursor *wc)
sys/arch/hppa/dev/gftfb.c
1295
gftfb_do_cursor(struct gftfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/hppa/dev/gftfb.c
141
static int gftfb_do_cursor(struct gftfb_softc *, struct wsdisplay_cursor *);
sys/arch/hppa/dev/gftfb.c
639
struct wsdisplay_cursor *cursor = (void *)data;
sys/arch/hppa/dev/hyperfb.c
148
struct wsdisplay_cursor *);
sys/arch/hppa/dev/hyperfb.c
1499
hyperfb_do_cursor(struct hyperfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/hppa/dev/hyperfb.c
665
struct wsdisplay_cursor *cursor = (void *)data;
sys/arch/hppa/dev/summitfb.c
1351
summitfb_do_cursor(struct summitfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/hppa/dev/summitfb.c
146
struct wsdisplay_cursor *);
sys/arch/hppa/dev/summitfb.c
711
struct wsdisplay_cursor *cursor = data;
sys/arch/pmax/ibus/pm.c
110
int pm_set_cursor(struct pm_softc *, struct wsdisplay_cursor *);
sys/arch/pmax/ibus/pm.c
111
int pm_get_cursor(struct pm_softc *, struct wsdisplay_cursor *);
sys/arch/pmax/ibus/pm.c
495
rv = pm_get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/arch/pmax/ibus/pm.c
499
rv = pm_set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/arch/pmax/ibus/pm.c
729
pm_set_cursor(struct pm_softc *sc, struct wsdisplay_cursor *p)
sys/arch/pmax/ibus/pm.c
780
pm_get_cursor(struct pm_softc *sc, struct wsdisplay_cursor *p)
sys/arch/sgimips/dev/crmfb.c
182
static int crmfb_gcursor(struct crmfb_softc *, struct wsdisplay_cursor *);
sys/arch/sgimips/dev/crmfb.c
183
static int crmfb_scursor(struct crmfb_softc *, struct wsdisplay_cursor *);
sys/arch/sgimips/dev/crmfb.c
541
struct wsdisplay_cursor *cu;
sys/arch/sgimips/dev/crmfb.c
543
cu = (struct wsdisplay_cursor *)data;
sys/arch/sgimips/dev/crmfb.c
548
struct wsdisplay_cursor *cu;
sys/arch/sgimips/dev/crmfb.c
550
cu = (struct wsdisplay_cursor *)data;
sys/arch/sgimips/dev/crmfb.c
761
crmfb_gcursor(struct crmfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/sgimips/dev/crmfb.c
768
crmfb_scursor(struct crmfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/sparc/dev/cgfourteen.c
1049
struct wsdisplay_cursor *cursor = (void *)data;
sys/arch/sparc/dev/cgfourteen.c
1225
cg14_do_cursor(struct cgfourteen_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/sparc/dev/cgfourteen.c
152
struct wsdisplay_cursor *);
sys/arch/vax/uba/qv.c
773
qv_setcursor(struct qv_softc *sc, struct wsdisplay_cursor *v)
sys/arch/vax/uba/qv.c
854
qv_setcursor(sc, (struct wsdisplay_cursor *)data);
sys/arch/vax/vsa/smg.c
185
static int smg_getcursor(struct smg_screen *, struct wsdisplay_cursor *);
sys/arch/vax/vsa/smg.c
186
static int smg_setcursor(struct smg_screen *, struct wsdisplay_cursor *);
sys/arch/vax/vsa/smg.c
461
return smg_getcursor(ss, (struct wsdisplay_cursor *)data);
sys/arch/vax/vsa/smg.c
464
return smg_setcursor(ss, (struct wsdisplay_cursor *)data);
sys/arch/vax/vsa/smg.c
518
smg_getcursor(struct smg_screen *ss, struct wsdisplay_cursor *wdc)
sys/arch/vax/vsa/smg.c
552
smg_setcursor(struct smg_screen *ss, struct wsdisplay_cursor *wdc)
sys/compat/netbsd32/netbsd32_ioctl.c
1652
IOCTL_STRUCT_CONV_TO(WSDISPLAYIO_GCURSOR, wsdisplay_cursor);
sys/compat/netbsd32/netbsd32_ioctl.c
1654
IOCTL_STRUCT_CONV_TO(WSDISPLAYIO_SCURSOR, wsdisplay_cursor);
sys/compat/netbsd32/netbsd32_ioctl.c
495
struct wsdisplay_cursor *c, u_long cmd)
sys/compat/netbsd32/netbsd32_ioctl.c
972
netbsd32_from_wsdisplay_cursor(struct wsdisplay_cursor *c,
sys/dev/ic/bt463.c
413
bt463_check_curcmap(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/bt463.c
436
bt463_set_curcmap(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/bt463.c
451
bt463_get_curcmap(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/bt463.c
606
struct wsdisplay_cursor *cur)
sys/dev/ic/bt463.c
615
struct wsdisplay_cursor *cur)
sys/dev/ic/bt463.c
88
int bt463_set_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/bt463.c
89
int bt463_get_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/bt463.c
94
struct wsdisplay_cursor *cursorp);
sys/dev/ic/bt463.c
96
struct wsdisplay_cursor *cursorp);
sys/dev/ic/bt463.c
98
struct wsdisplay_cursor *cursorp);
sys/dev/ic/bt485.c
318
bt485_set_cursor(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/bt485.c
399
bt485_get_cursor(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/bt485.c
57
int bt485_set_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/bt485.c
58
int bt485_get_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/ibm561.c
327
ibm561_set_cursor(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/ibm561.c
333
ibm561_get_cursor(struct ramdac_cookie *rc, struct wsdisplay_cursor *cursorp)
sys/dev/ic/ibm561.c
55
int ibm561_set_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/ibm561.c
56
int ibm561_get_cursor(struct ramdac_cookie *, struct wsdisplay_cursor *);
sys/dev/ic/igsfb.c
134
struct wsdisplay_cursor *);
sys/dev/ic/igsfb.c
136
const struct wsdisplay_cursor *);
sys/dev/ic/igsfb.c
709
return igsfb_get_cursor(dc, (struct wsdisplay_cursor *)data);
sys/dev/ic/igsfb.c
714
return igsfb_set_cursor(dc, (struct wsdisplay_cursor *)data);
sys/dev/ic/igsfb.c
895
igsfb_get_cursor(struct igsfb_devconfig *dc, struct wsdisplay_cursor *p)
sys/dev/ic/igsfb.c
907
igsfb_set_cursor(struct igsfb_devconfig *dc, const struct wsdisplay_cursor *p)
sys/dev/ic/ramdac.h
54
struct wsdisplay_cursor *);
sys/dev/ic/ramdac.h
56
struct wsdisplay_cursor *);
sys/dev/ic/ramdac.h
66
struct wsdisplay_cursor *);
sys/dev/ic/ramdac.h
68
struct wsdisplay_cursor *);
sys/dev/ic/ramdac.h
70
struct wsdisplay_cursor *);
sys/dev/pci/radeonfb.c
1271
return radeonfb_set_cursor(dp, (struct wsdisplay_cursor *)d);
sys/dev/pci/radeonfb.c
144
struct wsdisplay_cursor *);
sys/dev/pci/radeonfb.c
4014
radeonfb_set_cursor(struct radeonfb_display *dp, struct wsdisplay_cursor *wc)
sys/dev/pci/tga.c
586
(struct wsdisplay_cursor *)data);
sys/dev/pci/tga.c
590
(struct wsdisplay_cursor *)data);
sys/dev/pci/tga.c
797
struct wsdisplay_cursor *cursorp)
sys/dev/pci/tga.c
856
struct wsdisplay_cursor *cursorp)
sys/dev/pci/tgavar.h
128
int tga_builtin_set_cursor(struct tga_devconfig *, struct wsdisplay_cursor *);
sys/dev/pci/tgavar.h
129
int tga_builtin_get_cursor(struct tga_devconfig *, struct wsdisplay_cursor *);
sys/dev/pci/voyager/voyagerfb.c
1824
voyagerfb_gcursor(struct voyagerfb_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/pci/voyager/voyagerfb.c
1831
voyagerfb_scursor(struct voyagerfb_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/pci/voyager/voyagerfb.c
191
struct wsdisplay_cursor *);
sys/dev/pci/voyager/voyagerfb.c
193
struct wsdisplay_cursor *);
sys/dev/pci/voyager/voyagerfb.c
941
struct wsdisplay_cursor *cu;
sys/dev/pci/voyager/voyagerfb.c
943
cu = (struct wsdisplay_cursor *)data;
sys/dev/pci/voyager/voyagerfb.c
949
struct wsdisplay_cursor *cu;
sys/dev/pci/voyager/voyagerfb.c
951
cu = (struct wsdisplay_cursor *)data;
sys/dev/sbus/agten.c
156
struct wsdisplay_cursor *);
sys/dev/sbus/agten.c
479
struct wsdisplay_cursor *cursor = (void *)data;
sys/dev/sbus/agten.c
928
agten_do_cursor(struct agten_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/sbus/mgx.c
1127
struct wsdisplay_cursor *cursor = (void *)data;
sys/dev/sbus/mgx.c
1197
mgx_do_cursor(struct mgx_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/sbus/mgx.c
128
static int mgx_do_cursor(struct mgx_softc *, struct wsdisplay_cursor *);
sys/dev/sbus/tcx.c
1339
tcx_do_cursor(struct tcx_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/sbus/tcx.c
178
static int tcx_do_cursor(struct tcx_softc *, struct wsdisplay_cursor *);
sys/dev/sbus/tcx.c
858
struct wsdisplay_cursor *cursor = (void *)data;
sys/dev/tc/cfb.c
187
static int set_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/cfb.c
188
static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/cfb.c
416
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/cfb.c
419
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/cfb.c
711
set_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/cfb.c
773
get_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/mfb.c
171
static int set_cursor(struct mfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/mfb.c
172
static int get_cursor(struct mfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/mfb.c
382
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/mfb.c
385
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/mfb.c
606
set_cursor(struct mfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/mfb.c
661
get_cursor(struct mfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfb.c
200
static int set_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfb.c
201
static int get_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfb.c
450
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/sfb.c
453
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/sfb.c
765
set_cursor(struct sfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfb.c
827
get_cursor(struct sfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfbplus.c
191
static int set_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfbplus.c
192
static int get_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfbplus.c
486
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/sfbplus.c
489
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/sfbplus.c
748
set_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfbplus.c
810
get_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/stic.c
1291
stic_set_cursor(struct stic_info *si, struct wsdisplay_cursor *p)
sys/dev/tc/stic.c
1369
stic_get_cursor(struct stic_info *si, struct wsdisplay_cursor *p)
sys/dev/tc/stic.c
138
static int stic_set_cursor(struct stic_info *, struct wsdisplay_cursor *);
sys/dev/tc/stic.c
139
static int stic_get_cursor(struct stic_info *, struct wsdisplay_cursor *);
sys/dev/tc/stic.c
587
return (stic_get_cursor(si, (struct wsdisplay_cursor *)data));
sys/dev/tc/stic.c
590
return (stic_set_cursor(si, (struct wsdisplay_cursor *)data));
sys/dev/tc/tfb.c
225
static int set_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/tfb.c
226
static int get_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/tfb.c
454
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/tfb.c
457
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/tfb.c
769
set_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/tfb.c
831
get_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/xcfb.c
145
static int set_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/xcfb.c
146
static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/xcfb.c
450
return get_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/xcfb.c
453
return set_cursor(sc, (struct wsdisplay_cursor *)data);
sys/dev/tc/xcfb.c
585
set_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/xcfb.c
653
get_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/wscons/wsconsio.h
429
#define WSDISPLAYIO_GCURSOR _IOWR('W', 73, struct wsdisplay_cursor)
sys/dev/wscons/wsconsio.h
430
#define WSDISPLAYIO_SCURSOR _IOW('W', 74, struct wsdisplay_cursor)