Home
last modified time | relevance | path

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

/netbsd/sys/dev/wscons/
H A Dwskbd.c212 wskbd_hotkey_plugin *sc_hotkey; member
418 sc->sc_hotkey = NULL; in wskbd_attach()
1668 sc->sc_hotkey = hotkey; in wskbd_hotkey_register()
1681 sc->sc_hotkey = NULL; in wskbd_hotkey_deregister()
1705 if (sc->sc_hotkey != NULL) in wskbd_translate()
1706 ishotkey = sc->sc_hotkey(sc, sc->sc_hotkeycookie, in wskbd_translate()