OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WSDISPLAY_CURSOR_DOPOS
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/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/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/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/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/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/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/
summitfb.c
1329
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1334
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1336
if (cur->which &
WSDISPLAY_CURSOR_DOPOS
) {
gftfb.c
1300
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1306
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1308
if (cur->which &
WSDISPLAY_CURSOR_DOPOS
) {
hyperfb.c
1505
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1511
cur->which |=
WSDISPLAY_CURSOR_DOPOS
;
1513
if (cur->which &
WSDISPLAY_CURSOR_DOPOS
) {
/src/sys/arch/evbppc/nintendo/dev/
wiiufb.c
430
if ((which &
WSDISPLAY_CURSOR_DOPOS
) != 0) {
/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
) {
/src/sys/arch/arm/broadcom/
bcm283x_platform.c
1129
if (cur->which &
WSDISPLAY_CURSOR_DOPOS
) {
/src/sys/dev/pci/
tga.c
835
if (v &
WSDISPLAY_CURSOR_DOPOS
) {
/src/sys/dev/pci/voyager/
voyagerfb.c
1412
if (cur->which &
WSDISPLAY_CURSOR_DOPOS
) {
Completed in 70 milliseconds
1
2
Indexes created Sun Jun 07 00:24:08 UTC 2026