HomeSort by: relevance | last modified time | path
    Searched refs:WSDISPLAY_CURSOR_DOPOS (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/vax/vsa/
smg.c 453 smg_updatecursor(ss, WSDISPLAY_CURSOR_DOPOS);
524 if ((wdc->which & WSDISPLAY_CURSOR_DOPOS) != 0) {
588 if ((wdc->which & WSDISPLAY_CURSOR_DOPOS) != 0) {
614 if ((which & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) != 0) {
  /src/sys/arch/arm/iomd/
vidcvideo.c 410 vidcvideo_queue_dc_change(dc, WSDISPLAY_CURSOR_DOPOS);
552 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
558 cleared |= WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT;
733 if (v & WSDISPLAY_CURSOR_DOPOS)
  /src/sys/dev/ic/
bt485.c 360 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOCUR)) {
361 if (v & WSDISPLAY_CURSOR_DOPOS)
igsfb.c 954 if (v & WSDISPLAY_CURSOR_DOPOS) {
985 if (v & WSDISPLAY_CURSOR_DOPOS)
1103 if (which & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
1168 which |= WSDISPLAY_CURSOR_DOPOS;
  /src/sys/dev/tc/
cfb.c 406 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
518 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
749 if (v & WSDISPLAY_CURSOR_DOPOS)
mfb.c 372 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
491 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
640 if (v & WSDISPLAY_CURSOR_DOPOS)
tfb.c 444 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
560 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
807 if (v & WSDISPLAY_CURSOR_DOPOS)
sfb.c 440 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
571 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) {
803 if (v & WSDISPLAY_CURSOR_DOPOS)
sfbplus.c 476 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
589 if (v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT))
786 if (v & WSDISPLAY_CURSOR_DOPOS)
stic.c 1327 if ((v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOCUR)) != 0) {
1330 if (v & WSDISPLAY_CURSOR_DOPOS)
xcfb.c 643 if (v & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/arch/pmax/ibus/
pm.c 486 sc->sc_changed |= WSDISPLAY_CURSOR_DOPOS;
600 if ((v & (WSDISPLAY_CURSOR_DOPOS | WSDISPLAY_CURSOR_DOHOT)) != 0) {
740 if ((v & WSDISPLAY_CURSOR_DOPOS) != 0)
  /src/sys/dev/wscons/
wsconsio.h 407 #define WSDISPLAY_CURSOR_DOPOS 0x02 /* get/set pos */
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 463 cur->which |= WSDISPLAY_CURSOR_DOPOS;
466 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/arch/hppa/dev/
hyperfb.c 1249 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1255 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1257 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
summitfb.c 1173 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1178 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1180 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
gftfb.c 1137 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1143 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1145 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/arch/arm/ti/
omap3_dss.c 1188 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1190 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/arch/sparc/dev/
cgfourteen.c 1199 cur->which |= WSDISPLAY_CURSOR_DOPOS;
1201 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/dev/sbus/
agten.c 942 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
tcx.c 1130 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
mgx.c 1215 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 1107 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/dev/pci/voyager/
voyagerfb.c 1412 if (cur->which & WSDISPLAY_CURSOR_DOPOS) {
  /src/sys/dev/pci/
tga.c 835 if (v & WSDISPLAY_CURSOR_DOPOS) {

Completed in 36 milliseconds

1 2