HomeSort by: relevance | last modified time | path
    Searched defs:sc_hotkey (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wscons/
wskbd.c 212 wskbd_hotkey_plugin *sc_hotkey; member in struct:wskbd_softc
418 sc->sc_hotkey = NULL;
1662 sc->sc_hotkey = hotkey;
1675 sc->sc_hotkey = NULL;
1699 if (sc->sc_hotkey != NULL)
1700 ishotkey = sc->sc_hotkey(sc, sc->sc_hotkeycookie,
wskbd.c 212 wskbd_hotkey_plugin *sc_hotkey; member in struct:wskbd_softc
418 sc->sc_hotkey = NULL;
1662 sc->sc_hotkey = hotkey;
1675 sc->sc_hotkey = NULL;
1699 if (sc->sc_hotkey != NULL)
1700 ishotkey = sc->sc_hotkey(sc, sc->sc_hotkeycookie,

Completed in 46 milliseconds