Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDscmouse.c686 if (!(scp->sc->flags & SC_MOUSE_ENABLED)) { in sc_mouse_ioctl()
687 scp->sc->flags |= SC_MOUSE_ENABLED; in sc_mouse_ioctl()
701 if (scp->sc->flags & SC_MOUSE_ENABLED) { in sc_mouse_ioctl()
702 scp->sc->flags &= ~SC_MOUSE_ENABLED; in sc_mouse_ioctl()
HDsyscons.h186 #define SC_MOUSE_ENABLED (1 << 4) macro
HDsyscons.c2394 if (scp->sc->flags & SC_MOUSE_ENABLED) { in scrn_update()