OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025