Home
last modified time | relevance | path

Searched refs:SC_MOUSE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/syscons/
H A Dscmouse.c723 if (!(scp->sc->flags & SC_MOUSE_ENABLED)) { in sc_mouse_ioctl()
724 scp->sc->flags |= SC_MOUSE_ENABLED; in sc_mouse_ioctl()
735 if (scp->sc->flags & SC_MOUSE_ENABLED) { in sc_mouse_ioctl()
736 scp->sc->flags &= ~SC_MOUSE_ENABLED; in sc_mouse_ioctl()
H A Dsyscons.h211 #define SC_MOUSE_ENABLED (1 << 4) macro
H A Dsyscons.c2368 if (scp->sc->flags & SC_MOUSE_ENABLED) { in scrn_update()