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

  /src/sys/dev/wscons/
wskbd.c 353 static struct wskbd_softc *wskbd_console_device; variable in typeref:struct:wskbd_softc *
476 KASSERT(wskbd_console_device == NULL);
478 wskbd_console_device = sc;
626 KASSERT(wskbd_console_device == sc);
627 wskbd_console_device = NULL;
1297 struct wskbd_softc *sc = wskbd_console_device;
1383 if (wskbd_console_device != NULL &&
1384 !wskbd_console_device->sc_translating)
1424 if (wskbd_console_device != NULL &&
1425 !wskbd_console_device->sc_translating
    [all...]
wskbd.c 353 static struct wskbd_softc *wskbd_console_device; variable in typeref:struct:wskbd_softc *
476 KASSERT(wskbd_console_device == NULL);
478 wskbd_console_device = sc;
626 KASSERT(wskbd_console_device == sc);
627 wskbd_console_device = NULL;
1297 struct wskbd_softc *sc = wskbd_console_device;
1383 if (wskbd_console_device != NULL &&
1384 !wskbd_console_device->sc_translating)
1424 if (wskbd_console_device != NULL &&
1425 !wskbd_console_device->sc_translating
    [all...]

Completed in 60 milliseconds