Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/syscons/
Dscmouse.c720 if (!(scp->sc->flags & SC_MOUSE_ENABLED)) { in sc_mouse_ioctl()
721 scp->sc->flags |= SC_MOUSE_ENABLED; in sc_mouse_ioctl()
732 if (scp->sc->flags & SC_MOUSE_ENABLED) { in sc_mouse_ioctl()
733 scp->sc->flags &= ~SC_MOUSE_ENABLED; in sc_mouse_ioctl()
Dsyscons.h205 #define SC_MOUSE_ENABLED (1 << 4) macro
Dsyscons.c2057 if (scp->sc->flags & SC_MOUSE_ENABLED) { in scrn_update()