Home
last modified time | relevance | path

Searched refs:wsdisplay_cursor (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dramdac.h60 struct wsdisplay_cursor *);
62 struct wsdisplay_cursor *);
72 struct wsdisplay_cursor *);
74 struct wsdisplay_cursor *);
76 struct wsdisplay_cursor *);
Dbt463.c98 struct wsdisplay_cursor *);
100 struct wsdisplay_cursor *);
108 struct wsdisplay_cursor *cursorp);
110 struct wsdisplay_cursor *cursorp);
112 struct wsdisplay_cursor *cursorp);
428 struct wsdisplay_cursor *cursorp;
453 struct wsdisplay_cursor *cursorp;
471 struct wsdisplay_cursor *cursorp;
637 struct wsdisplay_cursor *cur;
645 struct wsdisplay_cursor *cur;
Dibm561.c65 struct wsdisplay_cursor *);
67 struct wsdisplay_cursor *);
343 struct wsdisplay_cursor *cursorp;
351 struct wsdisplay_cursor *cursorp;
Dbt485.c62 struct wsdisplay_cursor *);
64 struct wsdisplay_cursor *);
338 struct wsdisplay_cursor *cursorp;
426 struct wsdisplay_cursor *cursorp;
/mirbsd/src/sys/dev/pci/
Dtgavar.h130 struct wsdisplay_cursor *);
132 struct wsdisplay_cursor *);
Dtga.c633 (struct wsdisplay_cursor *)data);
637 (struct wsdisplay_cursor *)data);
874 struct wsdisplay_cursor *cursorp;
927 struct wsdisplay_cursor *cursorp;
/mirbsd/src/sys/dev/wscons/
Dwsconsio.h326 struct wsdisplay_cursor { struct
351 #define WSDISPLAYIO_GCURSOR _IOWR('W', 73, struct wsdisplay_cursor) argument
352 #define WSDISPLAYIO_SCURSOR _IOW('W', 74, struct wsdisplay_cursor)
/mirbsd/src/sys/dev/sbus/
Dcgsix.c93 int cgsix_setcursor(struct cgsix_softc *, struct wsdisplay_cursor *);
291 struct wsdisplay_cursor *curs; in cgsix_ioctl()
335 curs = (struct wsdisplay_cursor *)data; in cgsix_ioctl()
338 curs = (struct wsdisplay_cursor *)data; in cgsix_ioctl()
409 cgsix_setcursor(struct cgsix_softc *sc, struct wsdisplay_cursor *curs) in cgsix_setcursor()